summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-01-13 20:37:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-01-13 20:37:46 -0500
commite1ac0834e5e0007f17545d281da413e12c27e181 (patch)
tree4692c49561b31935040d84a9ac7380671561faca
parentf035d2131ac258666c279ac6f8549c3651a26603 (diff)
downloadpython-coveragepy-git-e1ac0834e5e0007f17545d281da413e12c27e181.tar.gz
Use the latest eventlet. Doesn't help with the 3.7 failures
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3f58e871..96688973 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps =
py26: unittest2==1.1.0
# gevent won't install on py37: https://github.com/gevent/gevent/issues/1019
py{27,33,34,35,36}: gevent==1.2.2
- py{26,27,33,34,35,36,37}: eventlet==0.21.0
+ py{26,27,33,34,35,36,37}: eventlet==0.22.0
py{26,27,33,34,35,36,37}: greenlet==0.4.12
# Windows can't update the pip version with pip running, so use Python