Skip to content

Commit

Permalink
Fix dependency specification of pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Apr 21, 2023
1 parent 0b2c601 commit 42d758a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tox-poetry = ">=0.4.1,<0.6.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
pytest-asyncio = ">=0.19,<0.22"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
pytest-rerunfailures = "^10.3"
coverage = "^6.4"
Expand Down

0 comments on commit 42d758a

Please sign in to comment.