Remove sitepackages=true
We only need this for things that have non-virtualenv-able deps. Change-Id: I383fb390690fde3faa998bd41f17580f6a4a0b12
This commit is contained in:
parent
4238a42eda
commit
b6a67cb705
1
tox.ini
1
tox.ini
@ -9,7 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
NOSE_OPENSTACK_STDOUT=1
|
NOSE_OPENSTACK_STDOUT=1
|
||||||
sitepackages=True
|
|
||||||
deps = -r{toxinidir}/tools/pip-requires
|
deps = -r{toxinidir}/tools/pip-requires
|
||||||
-r{toxinidir}/tools/test-requires
|
-r{toxinidir}/tools/test-requires
|
||||||
commands = nosetests {posargs}
|
commands = nosetests {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user