|
|
|
@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|
|
|
|
PYTHONWARNINGS=default::DeprecationWarning |
|
|
|
|
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY |
|
|
|
|
usedevelop = True |
|
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/stein} |
|
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} |
|
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
|
-r{toxinidir}/test-requirements.txt |
|
|
|
|
whitelist_externals = |
|
|
|
@ -84,8 +84,8 @@ import_exceptions = tricircle.common.i18n
|
|
|
|
|
# https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs |
|
|
|
|
# note that order is important to ensure dependencies don't override |
|
|
|
|
commands = |
|
|
|
|
pip install -q -e "git+https://git.openstack.org/openstack/networking-sfc#egg=networking_sfc" |
|
|
|
|
pip install -q -e "git+https://git.openstack.org/openstack/neutron#egg=neutron" |
|
|
|
|
pip install -q -e "git+https://opendev.org/openstack/networking-sfc#egg=networking_sfc" |
|
|
|
|
pip install -q -e "git+https://opendev.org/openstack/neutron#egg=neutron" |
|
|
|
|
|
|
|
|
|
[testenv:py27-dev] |
|
|
|
|
basepython = python2.7 |
|
|
|
|