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.
2 parents ec94733 + ff2bcc5 commit cb387a2Copy full SHA for cb387a2
setup.py
@@ -25,7 +25,8 @@
25
"flake8",
26
"flake8_docstrings",
27
"mock",
28
- "pytest",
+ # doesn't support python 3.8
29
+ "pytest<1.0",
30
"pytest-asyncio",
31
"pytest-cov",
32
"pytest-mock",
tox.ini
@@ -23,7 +23,7 @@ deps =
23
flake8_docstrings
24
mock
pytest
- pytest-asyncio
+ pytest-asyncio<1.0
pytest-mock
pytest-random-order
virtualenv
0 commit comments