From 73c80d18c5c7c58d0025a5c1db1a1c67d1432a02 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Thu, 13 Oct 2016 15:40:05 +0300 Subject: [PATCH] Fix nsxlib tox init to not fail on upper constraints Change-Id: Icaa12c1b00c3dfee25aef91c09f4f0350bb21b00 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index db47c503..1944bd2d 100644 --- a/tox.ini +++ b/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