Skip to content

Commit 51ba379

Browse files
authored
Bump pytest-asyncio (#3368)
* Bump pytest-asyncio * Add newsfragment for pytest-asyncio
1 parent efe41ef commit 51ba379

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3368.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Increase pytest-asyncio dependency to be >=0.21.2,<0.23

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"importlib-metadata<5.0;python_version<'3.8'",
2323
"pre-commit>=2.21.0",
2424
"pytest>=7.0.0",
25-
"pytest-asyncio>=0.18.1,<0.23",
25+
"pytest-asyncio>=0.21.2,<0.23",
2626
"pytest-mock>=1.10",
2727
"pytest-watch>=4.2",
2828
"pytest-xdist>=1.29",

0 commit comments

Comments
 (0)