Skip to content

Commit

Permalink
Update TOX_CONSTRAINTS_FILE for stable/2024.1
Browse files Browse the repository at this point in the history
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/2024.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ie1f7284da9b7d4a7ecf226c02e13ca45f87451ea
  • Loading branch information
openstackadmin committed Jun 7, 2024
1 parent 205d070 commit 982bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = True
[testenv]
install_command = pip install {opts} {packages}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
-r{toxinidir}/test-requirements.txt

[testenv:pep8]
Expand Down

0 comments on commit 982bfae

Please sign in to comment.