Skip to content

Commit

Permalink
Add pytest-asyncio testing capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
chadgates committed Mar 18, 2024
1 parent 5dd639f commit c050829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
]

tests_require = [
"pytest==6.2.5",
"pytest==7.4.4",
"pytest-asyncio==0.21.1",
"toml==0.10.2",
"pytest-cov==2.8.1",
"coverage==5.0.4",
Expand Down

0 comments on commit c050829

Please sign in to comment.