Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Cap pytest-asyncio version
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Dec 6, 2023
1 parent 3fa98ee commit 516b97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ mkdocs-material
mkdocstrings[python]
isort
pre-commit
pytest-asyncio
pytest-asyncio < 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
mock; python_version < '3.8'
mkdocs-gen-files
interrogate
Expand Down

0 comments on commit 516b97c

Please sign in to comment.