From e626f083dd10a191ec90a72f7982d9f528cef386 Mon Sep 17 00:00:00 2001 From: Alexander Streed Date: Mon, 4 Dec 2023 11:54:17 -0600 Subject: [PATCH] Cap pytest-asyncio --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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