JeyBee
Results
1
comments of
JeyBee
We ran into this issue when using `time_machine.travel(..., tick=False)` with `asyncio.sleep` and `pytest-asyncio>=1.1.0`. Interestingly, switching the event loop policy fixture resolved the hanging tests. While unconventional, this workaround allowed us...