Skip to content

Commit

Permalink
Cap pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Dec 4, 2023
1 parent df3f0f1 commit e626f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ numpy
pillow
pre-commit
pytest > 7
pytest-asyncio >= 0.18.2, != 0.22.0
pytest-asyncio >= 0.18.2, != 0.22.0, < 0.23.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
pytest-cov
pytest-benchmark
pytest-env
Expand Down

0 comments on commit e626f08

Please sign in to comment.