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:
parent
d57c1fcab3
commit
1046b2e367
3
tox.ini
3
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user