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-benchmark",
"pytest-cov", "pytest-cov",
"pytest-mock", "pytest-mock",
"pytest-asyncio",
"snapshottest", "snapshottest",
"coveralls", "coveralls",
"promise", "promise",

View File

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