We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21b41 commit 87d123bCopy full SHA for 87d123b
setup.py
@@ -30,7 +30,9 @@
30
extras_require={
31
"test": [
32
"pytest>=5.4,<5.5",
33
- "pytest-asyncio>=0.11,<0.12",
+ # 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",
36
"pytest-cov>=2.8,<3",
37
"jinja2>=2.11,<3",
38
"yarl>1.4,<1.5",
0 commit comments