Skip to content

Commit e70173a

Browse files
Downgrade pytest-asyncio because of pytest-dev/pytest-asyncio#701
1 parent 99ff65e commit e70173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test(session):
5151
# Now we can install dependencies for the full integration test suite.
5252
session.install(
5353
"pytest ~= 7.4",
54-
"pytest-asyncio == 0.23.*",
54+
"pytest-asyncio ~= 0.22.0",
5555
"coverage ~= 7.4",
5656
)
5757

0 commit comments

Comments
 (0)