Ned Batchelder
Ned Batchelder
A clue: Python 3.9 also fails if you use the Python tracer instead of the C tracer (the `--timid` option).
I agree with you, this would be useful. Maybe someone would like to contribute it?
> I observed few things that are clearly outdated about the project: > > - it does not have type information (py.typed) > - it did not ditch setup.py, aka...
I've made a pull request: #1447. It didn't have an problem with greenlet, should I be concerned?
Hmm, I was using greenlet==1.1.2 and it worked, but in the meantime they've released 1.1.3 as requested in python-greenlet/greenlet#305, so all is well I guess.
This is in commit 447334c4.
Now that I've done this, I can no longer run my test suite while offline. Is there way to run "make clean; tox" while not connected to the internet?
This was what I tried: run the test suite once while online, turn off the network, run tox exactly the same again. No cleaning, etc. The second run fails. What...
This is now released as part of [coverage 6.5.0](https://pypi.org/project/coverage/6.5.0).
If you are seeing this error, please provide a way for me to reproduce it. What repo should I clone, and what commands should I run?