From a0c74e97bcd1e7ef17d7ce7aa6e374c50505e8f6 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Sat, 1 Jun 2019 22:30:26 -0700 Subject: [PATCH] pytest-asyncio should be a regular dependency now with Py3 move --- setup.py | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9991e9ad..b57f7be2 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ tests_require = [ "pytest-benchmark", "pytest-cov", "pytest-mock", + "pytest-asyncio", "snapshottest", "coveralls", "promise", diff --git a/tox.ini b/tox.ini index 6581d340..5529dc23 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ skipsdist = true [testenv] deps = .[test] - py{36,37}: pytest-asyncio setenv = PYTHONPATH = .:{envdir} commands =