|
|
|
@ -5,10 +5,11 @@ skipsdist = True
|
|
|
|
|
|
|
|
|
|
[testenv] |
|
|
|
|
usedevelop = True |
|
|
|
|
install_command = pip install -c {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r requirements.txt -U {opts} {packages} |
|
|
|
|
install_command = pip install -c {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable%2Fqueens} -r requirements.txt -U {opts} {packages} |
|
|
|
|
setenv = VIRTUAL_ENV={envdir} |
|
|
|
|
PYTHONWARNINGS=default::DeprecationWarning |
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt |
|
|
|
|
-egit+https://git.openstack.org/openstack/neutron.git@stable/queens#egg=neutron |
|
|
|
|
whitelist_externals = sh |
|
|
|
|
commands = python setup.py testr --slowest --testr-args='{posargs}' |
|
|
|
|
|
|
|
|
|