Skip to content

Commit 7c0c900

Browse files
committed
fix tests: cap pytest_asyncio at < 0.23 due to a breaking change in 0.23.*
Details: pytest-dev/pytest-asyncio#706
1 parent 976245d commit 7c0c900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests >= 2.28.0
22
websockets >= 11.0.3
3+
pytest_asyncio < 0.23.0

0 commit comments

Comments
 (0)