Skip to content

Commit 34febb4

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

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", "pytest-asyncio>=0.21.2", "python-dotenv"]
11+
tests_require = ["pytest<=8.1.2", "pytest-asyncio>=0.21.2", "python-dotenv"]
1212
ci_require = [
1313
"black",
1414
"flake8",

0 commit comments

Comments
 (0)