Skip to content

Commit

Permalink
Pin pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 23, 2024
1 parent 074c385 commit 600c8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev = [
"isort",
"pre-commit",
"pytest",
"pytest-asyncio",
"pytest-asyncio<0.22.0",
"retry",
"ruff",
"snmpsim",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python =
[testenv]
deps =
pytest
pytest-asyncio
pytest-asyncio<0.22.0
pytest-cov
snmpsim
pyasn1<0.5.0
Expand Down

0 comments on commit 600c8cd

Please sign in to comment.