diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-28 15:59:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-28 15:59:15 -0500 |
commit | d0c730f50a7e1d0617875510286ac0e2b70f0299 (patch) | |
tree | e6169075a3a42b0b2a8f8843c08f715754fce486 | |
parent | 073dd8624fe4151705cc64985092767049aa501b (diff) | |
download | python-coveragepy-git-nedbat/gevent-1.3.tar.gz |
Try the advice from https://github.com/gevent/gevent/issues/1232#issuecomment-394092793nedbat/gevent-1.3
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ deps = pip==18.1 setuptools==40.6.3 # gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663 - py{27,34,35,36}: gevent==1.2.2 + py{27,34,35,36}: gevent==1.3.7 py{27,34,35,36,37,38}: eventlet==0.24.1 py{27,34,35,36,37,38}: greenlet==0.4.15 @@ -26,6 +26,7 @@ install_command = python -m pip install -U {opts} {packages} passenv = * setenv = + GEVENT_LOOP=libev-cext pypy,pypy{2,3}: COVERAGE_NO_CTRACER=no C extension under PyPy jython: COVERAGE_NO_CTRACER=no C extension under Jython jython: PYTEST_ADDOPTS=-n 0 |