From db047a71e9cdab99f5d5bd19a5d4f2e5cf7abce8 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 17 Feb 2023 09:28:48 -0800 Subject: Fix tox.ini to work with tox4 Also, update our minversion to match swift. Change-Id: I3d0cd6ef11f010f79367598dbb242121c7348d4d --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 030f05b..c5892f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py3,pypy,pep8 -minversion = 1.6 +minversion = 3.18.0 [testenv] setenv = VIRTUAL_ENV={envdir} @@ -8,7 +8,6 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs} -passenv = *_proxy *_PROXY [testenv:pep8] commands = -- cgit v1.2.1