Skip to content

Commit 87d123b

Browse files
committed
Revert update of pytest-asyncio
Version 0.11 has an issue that causes us trouble, see pytest-dev/pytest-asyncio#158
1 parent 4f21b41 commit 87d123b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
extras_require={
3131
"test": [
3232
"pytest>=5.4,<5.5",
33-
"pytest-asyncio>=0.11,<0.12",
33+
# Note: tests do not work with pytest-asyncio 0.11, see
34+
# https://github.com/pytest-dev/pytest-asyncio/issues/158
35+
"pytest-asyncio>=0.10,<0.11",
3436
"pytest-cov>=2.8,<3",
3537
"jinja2>=2.11,<3",
3638
"yarl>1.4,<1.5",

0 commit comments

Comments
 (0)