We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6396b commit a0c74e9Copy full SHA for a0c74e9
setup.py
@@ -49,6 +49,7 @@ def run_tests(self):
49
"pytest-benchmark",
50
"pytest-cov",
51
"pytest-mock",
52
+ "pytest-asyncio",
53
"snapshottest",
54
"coveralls",
55
"promise",
tox.ini
@@ -5,7 +5,6 @@ skipsdist = true
5
[testenv]
6
deps =
7
.[test]
8
- py{36,37}: pytest-asyncio
9
setenv =
10
PYTHONPATH = .:{envdir}
11
commands =
0 commit comments