Closed mgorny closed 1 year ago
The contextvars
backport on PyPI does not support asyncio:
Important: at this moment this package does not provide an asyncio event loop with PEP 567 support yet. Stay tuned for updates.
If you disable test_asyncio_context_management
, then the test suite works again.
If
contextvars
happen to be installed on the system, the package seems to stop working completely. Most of the tests are failing, and some are just hanging. I've had to usepytest-timeout
plugin to get the suite to finish:Full output: 36.txt
Easy repro: