Skip to content

Commit

Permalink
Upgrade pytest to run tests in Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 17, 2021
1 parent 4d8e749 commit 744a6cb
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 @@ -13,7 +13,7 @@
long_description = fh.read()

test_dependencies = [
"pytest>=5,<6",
"pytest>=6.2.5,<7",
"pytest-cov>=2,<3",
"pytest-asyncio<1", # for async
"aiohttp>=3,<4", # for async
Expand Down

0 comments on commit 744a6cb

Please sign in to comment.