Skip to content

Commit

Permalink
Downgrade pytest-asyncio because of pytest-dev/pytest-asyncio#701
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Jan 12, 2024
1 parent 99ff65e commit e70173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test(session):
# Now we can install dependencies for the full integration test suite.
session.install(
"pytest ~= 7.4",
"pytest-asyncio == 0.23.*",
"pytest-asyncio ~= 0.22.0",
"coverage ~= 7.4",
)

Expand Down

0 comments on commit e70173a

Please sign in to comment.