Skip to content

Commit 1945a9f

Browse files
committed
Pinned pytest-asyncio to 0.14.0.
Fixes #1682.
1 parent 62d96dc commit 1945a9f

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",
24+
"pytest-asyncio==0.14.0",
2525
"async_generator",
2626
"async-timeout",
2727
"coverage~=4.5",

0 commit comments

Comments
 (0)