Skip to content

Commit

Permalink
Bump pytest-asyncio (#3368)
Browse files Browse the repository at this point in the history
* Bump pytest-asyncio

* Add newsfragment for pytest-asyncio
  • Loading branch information
kclowes authored Apr 29, 2024
1 parent efe41ef commit 51ba379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/3368.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increase pytest-asyncio dependency to be >=0.21.2,<0.23
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"importlib-metadata<5.0;python_version<'3.8'",
"pre-commit>=2.21.0",
"pytest>=7.0.0",
"pytest-asyncio>=0.18.1,<0.23",
"pytest-asyncio>=0.21.2,<0.23",
"pytest-mock>=1.10",
"pytest-watch>=4.2",
"pytest-xdist>=1.29",
Expand Down

0 comments on commit 51ba379

Please sign in to comment.