summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-19 19:42:33 +0000
committerDouglas Mendizábal <dmendiza@redhat.com>2022-07-15 17:38:05 +0000
commit2f1db48fe00b70cf95b37d64edd5843d306c3d8d (patch)
tree4defd6e5162c0d9f145d611abc52b7177ec1fa06
parentcb2faabe4016550df7963bc61c5d46f7a85c8a12 (diff)
downloadpython-keystoneclient-2f1db48fe00b70cf95b37d64edd5843d306c3d8d.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: Ia70971c4345bd91718fcc8433413fe4d44ef52ac
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e59eab..7f5baa5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete