Skip to content

Commit

Permalink
Unpin pytest-asyncio.
Browse files Browse the repository at this point in the history
Reverts 1945a9f.
Issue in 0.15.0 resolved in 0.15.1.
Refs #1682
Refs pytest-dev/pytest-asyncio#209
  • Loading branch information
carltongibson committed Jul 11, 2021
1 parent ec8ccda commit 0700d72
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 @@ -21,7 +21,7 @@
'tests': [
"pytest",
"pytest-django",
"pytest-asyncio==0.14.0",
"pytest-asyncio",
"async-timeout",
"coverage~=4.5",
],
Expand Down

0 comments on commit 0700d72

Please sign in to comment.