summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-06-17 15:30:40 -0700
committerTim Burke <tim.burke@gmail.com>2019-07-29 12:11:34 -0700
commitc19d09f60b2d501698b741a123cc6b8203969016 (patch)
tree87ea844850feabc46890c180971482d959214476 /requirements.txt
parent6a1b2de6bbb6e8e3f7632f857b4ac5f2dcb662d0 (diff)
downloadswift-c19d09f60b2d501698b741a123cc6b8203969016.tar.gz
Give ECAppIter greenthreads a chance to wrap up
Otherwise, we can hit a "generator already executing" error in test/functional/test_slo.py:TestSlo.test_slo_multi_ranged_get Also, set a *slightly* newer lower-bound for greenlet (from 2011 instead of 2010) so the sleep() doesn't cause us to lose exception state. Change-Id: Id458fc0a43fd71aab9f6edbacc1f0b370c9f7537
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 04f2af2c1..d4c994af2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
dnspython>=1.15.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
eventlet>=0.25.0 # MIT
-greenlet>=0.3.1
+greenlet>=0.3.2
netifaces>=0.8,!=0.10.0,!=0.10.1
PasteDeploy>=1.3.3
lxml>=3.4.1