From b8114d68cbba0cf6e4501b4f83ab5265f6424f06 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 13 Mar 2017 14:02:11 -0500 Subject: [PATCH] Remove tox usage of upper-constraints Craton has opted out of global-requirements. This means that we will need to stop using upper-constraints as those are generated from openstack/requirements's global-requirements file. This will allow our work that depends on SQLAlchemy > 1.1 to continue. Change-Id: Ic5d76d189968c843f1a2fc7bae7f7ad07be785cc --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5b6ecee..4f2b457 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ skipsdist = True [testenv] basepython = python3.5 usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt