summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:26:34 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:26:34 +0000
commitd6ec6ddc673956b2e38a1b2e000ce32c5621f266 (patch)
tree8e54538b984ce01f6fed0dff428de858c5ed589d
parent5b56fb3cc6ad086037b062663b5326d9f9d9ceba (diff)
downloadtaskflow-stable/2023.1.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/2023.1stable/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: I2b23745d88d6a84e18b60cb43e40d18c3abaada2
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 85031e4..87abccc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv =
# We need to install a bit more than just `test' because those drivers have
# custom tests that we always run
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =