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

Commit 24d950b

Browse files
committed
Cap pytest-asyncio version
1 parent bcc02d8 commit 24d950b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdocs-material
88
mkdocstrings[python]
99
isort
1010
pre-commit
11-
pytest-asyncio
11+
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.
1212
mkdocs-gen-files
1313
interrogate
1414
coverage

0 commit comments

Comments
 (0)