Compare commits

...

2 Commits

Author SHA1 Message Date
15546ef5ab Update TOX_CONSTRAINTS_FILE for unmaintained/yoga
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 unmaintained/yoga branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I7973b749b56a68d87b8c2cc91204a016830980cc
2024-02-05 16:00:24 +00:00
e996e8abc8 Update .gitreview for unmaintained/yoga
Change-Id: Ie1c3c7feeca8eaf8de443303b3ea9874978de668
2024-02-05 16:00:23 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/python-watcherclient.git
defaultbranch=unmaintained/yoga

View File

@@ -11,7 +11,7 @@ install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
allowlist_externals =
@@ -43,7 +43,7 @@ commands =
[testenv:docs]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html