From 8e1ffbfd839e9f673194e9a8af13f829694d1f8b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 29 Jul 2022 06:24:42 +0200 Subject: [PATCH] Probably don't need 3.7 for coverage --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 605f573ac..1fd8d925d 100644 --- a/tox.ini +++ b/tox.ini @@ -44,11 +44,6 @@ extras = tests commands = coverage run -m pytest {posargs} -[testenv:py37] -extras = tests -commands = coverage run -m pytest {posargs} - - [testenv:py310] # Python 3.6+ has a number of compile-time warnings on invalid string escapes. # PYTHONWARNINGS=d and --no-compile below make them visible during the Tox run. @@ -62,7 +57,7 @@ commands = coverage run -m pytest {posargs} [testenv:coverage-report] basepython = python3.10 -depends = py37,py310 +depends = py36,py310 skip_install = true deps = coverage[toml]>=5.4 commands =