Use upper-constraints for tox
authorAlex Schultz <aschultz@redhat.com>
Wed, 17 May 2017 17:01:07 +0000 (11:01 -0600)
committerAlex Schultz <aschultz@redhat.com>
Wed, 17 May 2017 17:01:07 +0000 (11:01 -0600)
Use the openstack upper-constraints when running tox.

Change-Id: I9eef36eec749beec0effdb2309fe2ceb9bc557f8
Related-Bug: #1691511

tox.ini

diff --git a/tox.ini b/tox.ini
index 3796a54..b92e545 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ skipsdist = True
 
 [testenv]
 usedevelop = True
+install_command = pip install -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