summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:16:06 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:16:06 +0000
commita08230b34f96117b84844d26801e7d452101b34e (patch)
tree34ddebe10dac541e0d40b22ca16c0c55c56d5b61
parent5c87835acc155ed50c4455e7d97572decb5770e7 (diff)
downloadoslo-concurrency-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: I19d8f62bfcb9fae410ff0396eb6404c881614739
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 09e294c..0cd8877 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py3,pep8
[testenv]
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
# We want to support both vanilla stdlib and eventlet monkey patched
allowlist_externals = env
@@ -25,7 +25,7 @@ commands = {posargs}
[testenv:docs]
allowlist_externals = rm
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build