tox: Trivial fixes

Remove errant whitespace and a commented out line.

Change-Id: Ice5ef168891fe35c4447468dd0d7956ef04db090
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2023-01-04 12:15:31 +00:00
parent d57c1fcab3
commit 1046b2e367

View File

@@ -1,7 +1,6 @@
[tox] [tox]
minversion = 3.18.0 minversion = 3.18.0
envlist = pep8,py3 envlist = pep8,py3
# skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]
@@ -78,7 +77,7 @@ commands = {posargs}
[testenv:debug] [testenv:debug]
# allow 1 year, or 31536000 seconds, to debug a test before it times out # allow 1 year, or 31536000 seconds, to debug a test before it times out
setenv = setenv =
OS_TEST_TIMEOUT=31536000 OS_TEST_TIMEOUT=31536000
allowlist_externals = find allowlist_externals = find
commands = commands =