Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update pytest-asyncio requirement from <0.23.0 to <0.24.0 #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -8,7 +8,7 @@ mkdocs-material
mkdocstrings[python]
isort
pre-commit
pytest-asyncio < 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.24.0 # Cannot override event loop in 0.23.0. See https://github.com/pytest-dev/pytest-asyncio/issues/706 for more details.
mkdocs-gen-files
interrogate
coverage
Expand Down
Loading