From da8be0ca7e3032bf68654a977a0faaa5add453d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 4 Sep 2020 00:28:37 +0200 Subject: [PATCH] Drop unused pytest-cov dependency from basic toxenv --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa514cc..e240d01 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = py27, py33, py34, py35, py36, py37, py38, pypy [testenv] deps = pytest - pytest-cov numpy commands=pytest tests {posargs}