Skip to content

Commit

Permalink
Fix #507: fix asyncio issues (PR #531)
Browse files Browse the repository at this point in the history
How fixed: use previous ascynio version.

Calina: Asyncio has some known issues, per their changelog. Namely issues with fixture handling etc., which I believe causes the warnings and test skips in our runs. They recommend using the previous version until they are fixed. It is also why my setup didn't spew up any warnings, my asyncio version was 21.1.

https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html
  • Loading branch information
calina-c authored Jan 13, 2024
1 parent 63891cd commit 3eae232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pyarrow",
"pylint",
"pytest",
"pytest-asyncio",
"pytest-asyncio==0.21.1",
"pytest-env",
"pyyaml",
"requests",
Expand Down

0 comments on commit 3eae232

Please sign in to comment.