Fix nsxlib tox init to not fail on upper constraints

Change-Id: Icaa12c1b00c3dfee25aef91c09f4f0350bb21b00
This commit is contained in:
Adit Sarfaty 2016-10-13 15:40:05 +03:00
parent c8b3f162c2
commit 73c80d18c5
1 changed files with 0 additions and 2 deletions

View File

@ -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