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
This commit is contained in:
Ian Cordasco 2017-03-13 14:02:11 -05:00
parent a690e1997c
commit b8114d68cb
1 changed files with 0 additions and 1 deletions

View File

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