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:
3
tox.ini
3
tox.ini
@@ -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 =
|
||||||
|
Reference in New Issue
Block a user