Skip to content

Commit

Permalink
fix: downgrade pytest-asyncio for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-pro committed Apr 19, 2021
1 parent cbfdbb0 commit c751285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo-game/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
tests_require=[
"pytest",
"pytest-mock",
"pytest-asyncio",
"pytest-asyncio==0.14.0", # downgraded because of this issue: https://github.com/pytest-dev/pytest-asyncio/issues/209
"httmock",
"asynctest",
"hypothesis",
Expand Down

0 comments on commit c751285

Please sign in to comment.