summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-03-08 12:43:21 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-03-08 12:43:21 +0000
commit3e9d1a26d546650c415046ccb8a83d039607bc01 (patch)
tree77839d8186fbf2601049ede3777968730b7ec454
parent2c8e4ea82810426c442f09ed1dd69acec9ccd827 (diff)
downloadcinder-3e9d1a26d546650c415046ccb8a83d039607bc01.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/2023.1
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/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I429da489bb1c5258e36f836074cf4b10db75d128
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7b318af82..d79addcd0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,7 @@ passenv =
# With constraints in the install_command tox will always honor our
# constraints.
install_command =
- python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+ python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} {opts} {packages}
[testenv:functional]
install_command = {[testenv:py3]install_command}
@@ -153,7 +153,7 @@ commands = {posargs}
# we intentionally put the constraints in the install_command, not the
# deps ... see comment near the top of this file
install_command =
- python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
+ python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} {opts} {packages}
allowlist_externals = rm
deps =
doc8