Skip to content

Commit 0700d72

Browse files
committed
Unpin pytest-asyncio.
Reverts 1945a9f. Issue in 0.15.0 resolved in 0.15.1. Refs #1682 Refs pytest-dev/pytest-asyncio#209
1 parent ec8ccda commit 0700d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'tests': [
2222
"pytest",
2323
"pytest-django",
24-
"pytest-asyncio==0.14.0",
24+
"pytest-asyncio",
2525
"async-timeout",
2626
"coverage~=4.5",
2727
],

0 commit comments

Comments
 (0)