You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mgorny
changed the title
test_asyncio_context_management[True] fails if gevent is installed
test_asyncio_context_management[True] fails w/ py3.7+ if gevent is installed
Apr 26, 2020
[I was the original contributor of the asyncio feature in Logbook - seeing this issue by pure chance.]
This probably happens because gevent and the builtin contextvars module (Python 3.7+) aren't compatible.
This explains why the tests succeed in Python 3.6, since the test is skipped in that version.
To repro:
The text was updated successfully, but these errors were encountered: