diff options
author | Doug Hellmann <doug@doughellmann.com> | 2016-09-19 13:55:33 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2016-09-19 13:55:33 -0400 |
commit | 6828716c43fd98cb60ec4621613aaf16d54de33a (patch) | |
tree | 9c2e97619caed8a92d38913294379c02d6beb422 | |
parent | ac6778cfe0bc12fba5933ef6fb465d915984ec03 (diff) | |
download | designate-6828716c43fd98cb60ec4621613aaf16d54de33a.tar.gz |
Update UPPER_CONSTRAINTS_FILE for stable/newton
Change-Id: I58018a2a417055aaf4f13409ce8315b6a8f4625e
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,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?h=master} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt setenv = |