From 7c0c90027395d677096b74ef19594491ec507c83 Mon Sep 17 00:00:00 2001 From: antonyzhilin Date: Mon, 4 Dec 2023 22:29:12 +0300 Subject: [PATCH] fix tests: cap pytest_asyncio at < 0.23 due to a breaking change in 0.23.* Details: https://github.com/pytest-dev/pytest-asyncio/issues/706 --- testsuite/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/requirements.txt b/testsuite/requirements.txt index cb8c7273e925..fa1d47846677 100644 --- a/testsuite/requirements.txt +++ b/testsuite/requirements.txt @@ -1,2 +1,3 @@ requests >= 2.28.0 websockets >= 11.0.3 +pytest_asyncio < 0.23.0