Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pillow
pre-commit
pluggy >= 1.4.0
pytest > 7, < 9
pytest-asyncio >= 0.18.2, != 0.22.0, < 0.23.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
pytest-asyncio >= 0.18.2, != 0.22.0, < 0.27.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regression has been fixed in 0.26, maybe you want to update your constraints and comments:
pytest-dev/pytest-asyncio#706

pytest-cov
pytest-benchmark
pytest-env
Expand Down
Loading