From 1c2a7c236711a2a39dd0e664b905b0dd439215a3 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Tue, 5 Dec 2023 10:30:34 +0100 Subject: [PATCH] test: fix pytest-asyncio version (#6124) Co-authored-by: Joan Martinez --- extra-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra-requirements.txt b/extra-requirements.txt index 8ea22555847e9..18dcfcdd2d4c9 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -64,7 +64,7 @@ pytest-mock: test pytest-cov==3.0.0: test coverage==6.2: test pytest-repeat: test -pytest-asyncio: test +pytest-asyncio<0.23.0: test pytest-reraise: test flaky: test mock: test