Don't reuse pep8 env in compliance tox runs
gate-cinder-tox-compliance is broken because run-tox.sh script fails with ".tox/compliance/bin/pip: No such file or directory". This is because we're reusing pep8 venv (envdir tox directive), so .tox/compliance directory never gets created. To fix hat we can simply stop reusing that venv and let compliance tox job create it's own venv. It can be done by removing envdir directive from tox.ini. Change-Id: Ib809872f5fb1581e1b098775c2ebdc4e724c70e2 Closes-Bug: 1596508
This commit is contained in:
parent
17067e058e
commit
c063cbdae9
1
tox.ini
1
tox.ini
@ -48,7 +48,6 @@ setenv =
|
||||
OS_TEST_PATH = ./cinder/tests/functional
|
||||
|
||||
[testenv:compliance]
|
||||
envdir = {toxworkdir}/pep8
|
||||
setenv =
|
||||
OS_TEST_PATH = ./cinder/tests/compliance
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user