pytest-asyncio should be a regular dependency now with Py3 move

This commit is contained in:
Eran Kampf 2019-06-01 22:30:26 -07:00
parent af6396b63b
commit a0c74e97bc
2 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@ tests_require = [
"pytest-benchmark",
"pytest-cov",
"pytest-mock",
"pytest-asyncio",
"snapshottest",
"coveralls",
"promise",

View File

@ -5,7 +5,6 @@ skipsdist = true
[testenv]
deps =
.[test]
py{36,37}: pytest-asyncio
setenv =
PYTHONPATH = .:{envdir}
commands =