From ce14322da5e38164da1762ef4a190f4fd2d121d3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 5 Sep 2019 21:54:51 +0300 Subject: [PATCH] Remove unused env vars --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index af3e3644..58e2c8dc 100644 --- a/tox.ini +++ b/tox.ini @@ -14,8 +14,6 @@ setenv = # Use env vars for (optional) pinning of deps. pytest310: _DEP_PYTEST=pytest==3.10.1 - pytest40: _DEP_PYTEST=pytest==4.0.2 - pytest41: _DEP_PYTEST=pytest==4.1.1 pytest43: _DEP_PYTEST=pytest==4.3.1 pytest44: _DEP_PYTEST=pytest==4.4.2 pytest45: _DEP_PYTEST=pytest==4.5.0 @@ -24,7 +22,6 @@ setenv = xdist27: _DEP_PYTESTXDIST=pytest-xdist==1.27.0 xdist28: _DEP_PYTESTXDIST=pytest-xdist==1.28.0 - coverage44: _DEP_COVERAGE=coverage==4.4.2 coverage45: _DEP_COVERAGE=coverage==4.5.3 passenv =