Skip to content

Commit

Permalink
fix: pytest-asyncio version to fix this issue: pytest-dev/pytest#12269
Browse files Browse the repository at this point in the history
  • Loading branch information
avmturo committed May 7, 2024
1 parent 34febb4 commit 89bb13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pyjwt>=2.0.0,<3",
"typing_extensions; python_version < '3.8'",
]
tests_require = ["pytest<=8.1.2", "pytest-asyncio>=0.21.2", "python-dotenv"]
tests_require = ["pytest<=8.1.1", "pytest-asyncio<=0.21.1", "python-dotenv"]
ci_require = [
"black",
"flake8",
Expand Down

0 comments on commit 89bb13d

Please sign in to comment.