diff --git a/tox.ini b/tox.ini index 59b96e9d5..6602a2901 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 3.18.0 envlist = pep8,py3 -# skipsdist = True ignore_basepython_conflict = True [testenv] @@ -78,7 +77,7 @@ commands = {posargs} [testenv:debug] # allow 1 year, or 31536000 seconds, to debug a test before it times out -setenv = +setenv = OS_TEST_TIMEOUT=31536000 allowlist_externals = find commands =