diff --git a/test-upper-constraints.txt b/test-upper-constraints.txt new file mode 100644 index 0000000000..debd8e2cdf --- /dev/null +++ b/test-upper-constraints.txt @@ -0,0 +1 @@ +git+https://git.openstack.org/openstack/python-troveclient#egg=python-troveclient diff --git a/tox.ini b/tox.ini index a2f41f7589..d75c8f1e11 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir} usedevelop = True install_command = pip install \ + -c{env:TEST_UPPER_CONSTRAINTS_FILE:{toxinidir}/test-upper-constraints.txt} \ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} \ -U {opts} {packages} deps = -r{toxinidir}/requirements.txt