summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-02-17 09:28:48 -0800
committerTim Burke <tim.burke@gmail.com>2023-02-17 09:28:48 -0800
commitdb047a71e9cdab99f5d5bd19a5d4f2e5cf7abce8 (patch)
tree871fb0629f484738ec3237392b813eabbe3b254e
parent7d3192cdee334c7b38a806a699d76611ee8567ce (diff)
downloadswift-bench-db047a71e9cdab99f5d5bd19a5d4f2e5cf7abce8.tar.gz
Fix tox.ini to work with tox4
Also, update our minversion to match swift. Change-Id: I3d0cd6ef11f010f79367598dbb242121c7348d4d
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 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 =