Skip to content

Commit 1466087

Browse files
authored
Cap pytest-asyncio (#11319)
1 parent df3f0f1 commit 1466087

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
@@ -19,7 +19,7 @@ numpy
1919
pillow
2020
pre-commit
2121
pytest > 7
22-
pytest-asyncio >= 0.18.2, != 0.22.0
22+
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.
2323
pytest-cov
2424
pytest-benchmark
2525
pytest-env

0 commit comments

Comments
 (0)