From ac70de1886bef8e46b90d94450275022a64e5c95 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Oct 2019 07:42:59 -0400 Subject: Testing instructions for #841 --- tox.ini | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f4ebc022..03125fd2 100644 --- a/tox.ini +++ b/tox.ini @@ -15,8 +15,15 @@ deps = -r requirements/pytest.pip pip==19.3.1 setuptools==41.4.0 - # gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663 - py{27,35,36}: gevent==1.2.2 + + # For testing https://github.com/nedbat/coveragepy/issues/841 + # Use this command: + # COVERAGE_NO_PYTRACER=1 tox -e py36 -- -vv -k test_gevent -n 0 + # + # 1.3a2 works + # 1.3b1 doesn't work + py{27,35,36}: gevent==1.3b1 + py{27,35,36,37,38}: eventlet==0.25.1 py{27,35,36,37,38}: greenlet==0.4.15 -- cgit v1.2.1