Skip to content

Commit

Permalink
Downgrade pytest-asyncio to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed May 30, 2024
1 parent 4852dcc commit ed22e45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -36,7 +36,7 @@ pymysql = ">=0.8.1"
aiomysql = "*"
# Breaking change in 0.23.*
# https://github.com/pytest-dev/pytest-asyncio/issues/706
pytest-asyncio = "<0.23"
pytest-asyncio = "^0.21.2"
pytest-mock = "*"
pytest-xdist = "*"
cryptography = "*"
Expand Down

0 comments on commit ed22e45

Please sign in to comment.