Skip to content

Commit 89bb13d

Browse files
committed
fix: pytest-asyncio version to fix this issue: pytest-dev/pytest#12269
1 parent 34febb4 commit 89bb13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pyjwt>=2.0.0,<3",
99
"typing_extensions; python_version < '3.8'",
1010
]
11-
tests_require = ["pytest<=8.1.2", "pytest-asyncio>=0.21.2", "python-dotenv"]
11+
tests_require = ["pytest<=8.1.1", "pytest-asyncio<=0.21.1", "python-dotenv"]
1212
ci_require = [
1313
"black",
1414
"flake8",

0 commit comments

Comments
 (0)