diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-01 08:33:01 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-01 08:33:01 -0500 |
commit | 89ac213c239faa329a92fb46fdce0a11ea21c41c (patch) | |
tree | 1101ec574ef1f57606e876ce99cfd72f049dcf19 | |
parent | af87db9ab597a8b747358ee04c840a2581587eca (diff) | |
download | python-coveragepy-git-89ac213c239faa329a92fb46fdce0a11ea21c41c.tar.gz |
greenlet 0.4.13 is good on 3.7
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | tox.ini | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 9ec41b76..183d051f 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -9,7 +9,7 @@ -r pytest.pip # for linting. -greenlet==0.4.12 +greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.2 pyenchant==2.0.0 @@ -20,15 +20,10 @@ deps = unittest-mixins==1.4 #-e/Users/ned/unittest_mixins py26: unittest2==1.1.0 - # gevent won't install on py37: https://github.com/gevent/gevent/issues/1019 - # gevent needs cython pre-installed. - py37: cython - py37: git+https://github.com/gevent/gevent.git@debb8d838500849a0726bb0a8d94ed8d2541396d#egg=gevent==0.0 - py37: git+https://github.com/python-greenlet/greenlet.git@780a12b51fcef9adcc4f2c9a4cc5b05c2d652ba4#egg=greenlet==0.0 py{27,33,34,35,36}: gevent==1.2.2 py26: eventlet==0.21.0 py{27,33,34,35,36,37}: eventlet==0.22.0 - py{26,27,33,34,35,36}: greenlet==0.4.12 + py{26,27,33,34,35,36,37}: greenlet==0.4.13 # Windows can't update the pip version with pip running, so use Python # to install things. |