diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-13 20:37:46 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-13 20:37:46 -0500 |
commit | e1ac0834e5e0007f17545d281da413e12c27e181 (patch) | |
tree | 4692c49561b31935040d84a9ac7380671561faca | |
parent | f035d2131ac258666c279ac6f8549c3651a26603 (diff) | |
download | python-coveragepy-git-e1ac0834e5e0007f17545d281da413e12c27e181.tar.gz |
Use the latest eventlet. Doesn't help with the 3.7 failures
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |