Compare commits

..

3 Commits

Author SHA1 Message Date
cf23130053 Update .gitreview for unmaintained/2023.1
Change-Id: Ia6665968d7d4d4eef9830d7c7bfd5d0a4aa29af1
2024-11-12 16:43:39 +00:00
6dcf75021e 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: I8320bc1cdeadbba46c4c74d1880393e39cadd1dc
2023-02-21 14:41:15 +00:00
69406c5f32 Update .gitreview for stable/2023.1
Change-Id: Iade3884087d352b6ee3dc82536861f042f84314a
2023-02-21 14:41:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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