lmmx / range-streams

Streaming range requests in Python
https://range-streams.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

CI is getting stuck (presumably due to async tests) #39

Open lmmx opened 3 years ago

lmmx commented 3 years ago

Note that CI runs fine locally …

Probably should either turn off the async tests (and rely on just running them locally) by excluding them in the CI workflow command, or else use the pytest-asyncio extension to mark the async tests as async (and I presume this would fix)