Adapt Watcher to Python3.7
There are some issues with bundle of eventlet, taskflow and apscheduler on Python 3.7. According to [0], replace ThreadPoolExecutor with GreenThreadPoolExecutor [0]: http://lists.openstack.org/pipermail/openstack-dev/2018-July/132481.html Co-Authored-By: Canwei Li <li.canwei2@zte.com.cn> Change-Id: I989d7155eb8764088f91b3ca0d1f47ac6332bf11
This commit is contained in:
committed by
licanwei
parent
ab03bf9bb0
commit
6dfeeb7359
@@ -34,7 +34,7 @@ fixtures==3.0.0
|
||||
flake8==2.5.5
|
||||
freezegun==0.3.10
|
||||
future==0.16.0
|
||||
futurist==1.6.0
|
||||
futurist==1.8.0
|
||||
gitdb2==2.0.3
|
||||
GitPython==2.1.8
|
||||
gnocchiclient==7.0.1
|
||||
|
||||
Reference in New Issue
Block a user