Skip to content

Commit a0c74e9

Browse files
author
Eran Kampf
committed
pytest-asyncio should be a regular dependency now with Py3 move
1 parent af6396b commit a0c74e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def run_tests(self):
4949
"pytest-benchmark",
5050
"pytest-cov",
5151
"pytest-mock",
52+
"pytest-asyncio",
5253
"snapshottest",
5354
"coveralls",
5455
"promise",

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ skipsdist = true
55
[testenv]
66
deps =
77
.[test]
8-
py{36,37}: pytest-asyncio
98
setenv =
109
PYTHONPATH = .:{envdir}
1110
commands =

0 commit comments

Comments
 (0)