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

Cap pytest-asyncio version #106

Merged
merged 1 commit into from
Dec 6, 2023
Merged
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
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.
mkdocs-gen-files
interrogate
coverage
Expand Down