diff options
| author | OpenStack Release Bot <infra-root@openstack.org> | 2018-01-25 13:46:10 +0000 |
|---|---|---|
| committer | OpenStack Release Bot <infra-root@openstack.org> | 2018-01-25 13:46:10 +0000 |
| commit | 46ccd9fb99612449fd0b3c1fe4b87f46e8e6d683 (patch) | |
| tree | 576e00e544ee6e4d5b19922ccaa91ae17cb4d065 | |
| parent | 2a25fbbe1b322b3cc97ccc45dd882e6216d6d4cb (diff) | |
| download | python-openstackclient-46ccd9fb99612449fd0b3c1fe4b87f46e8e6d683.tar.gz | |
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: If19d291604be46cef82041f89f2d9b426bae9dfe
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir} OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run {posargs} @@ -106,14 +106,14 @@ commands = [testenv:docs] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = python setup.py build_sphinx [testenv:releasenotes] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = |
