diff --git a/requirements-dev.txt b/requirements-dev.txt index 1781b4f60df8..ec923adf3ada 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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