Fix nsxlib tox init to not fail on upper constraints
Change-Id: Icaa12c1b00c3dfee25aef91c09f4f0350bb21b00
This commit is contained in:
parent
c8b3f162c2
commit
73c80d18c5
2
tox.ini
2
tox.ini
@ -8,8 +8,6 @@ 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
|
||||
install_command =
|
||||
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user