set tox to ignore global packages
Ran into problems with Ming and stevedore which tox will look at the global installed pkg instead of the virtualenv pkg Change-Id: Ie1a834dce51fc916f1f3c3c1abd95d080ff1c9cd
This commit is contained in:
parent
b937aa509b
commit
2aec7f16f9
@ -4,7 +4,8 @@ iso8601
|
|||||||
lockfile
|
lockfile
|
||||||
netaddr
|
netaddr
|
||||||
argparse
|
argparse
|
||||||
sqlalchemy
|
SQLAlchemy==0.7.8
|
||||||
|
sqlalchemy-migrate>=0.7.2
|
||||||
eventlet
|
eventlet
|
||||||
anyjson>=0.3.1
|
anyjson>=0.3.1
|
||||||
Flask==0.9
|
Flask==0.9
|
||||||
|
2
tox.ini
2
tox.ini
@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
commands = {toxinidir}/run_tests.sh --no-path-adjustment []
|
commands = {toxinidir}/run_tests.sh --no-path-adjustment []
|
||||||
sitepackages = True
|
sitepackages = False
|
||||||
|
|
||||||
[testenv:livedb]
|
[testenv:livedb]
|
||||||
setenv=CEILOMETER_TEST_LIVE=1
|
setenv=CEILOMETER_TEST_LIVE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user