Allow sitepackages on jenkins.
Since our overall environment on the jenkins slaves is controlled, it's safe to allow site-packages. BUT - more importantly, it's the only way to get python-libvirt to be accessed. Change-Id: I1181127a134afdfc1de58d0ab819395bb8995647
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -7,7 +7,8 @@ deps = -r{toxinidir}/tools/pip-requires
|
|||||||
-r{toxinidir}/tools/test-requires
|
-r{toxinidir}/tools/test-requires
|
||||||
commands = /bin/bash run_tests.sh -N -P
|
commands = /bin/bash run_tests.sh -N -P
|
||||||
|
|
||||||
[testenv:hudson]
|
[tox:jenkins]
|
||||||
|
sitepackages = True
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
|||||||
Reference in New Issue
Block a user