Compare commits

..

5 Commits

Author SHA1 Message Date
87720a682e Update .gitreview for unmaintained/wallaby
Change-Id: I5eaaf6d3b724c1bf6512b7a16d199991f379b450
2024-03-05 20:13:03 +00:00
Zuul
671a8fbce9 Merge "Update TOX_CONSTRAINTS_FILE for stable/wallaby" into stable/wallaby 2021-07-13 09:14:35 +00:00
83f0894611 Update TOX_CONSTRAINTS_FILE for stable/wallaby
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/wallaby branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I7a8e4da45a26e7a3014a6de6611c88b01440bd77
2021-07-13 08:17:13 +00:00
2080ea51d3 Update .gitreview for stable/wallaby
Change-Id: Ibeaebde757f1a4b72cedaf54ab3e8b33c69a88b3
2021-07-13 07:46:31 +00:00
Dantali0n
1fe3d5d6f2 Drop lower constraints testing
Change-Id: If01998ae7422e5e066241f6fe42d08399cd6478f
(cherry picked from commit 52a3fd062d)
2021-07-13 07:45:40 +00:00
3 changed files with 3 additions and 11 deletions

View File

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

View File

@@ -1,7 +1,6 @@
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- check-requirements

12
tox.ini
View File

@@ -11,7 +11,7 @@ install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
whitelist_externals =
@@ -43,7 +43,7 @@ commands =
[testenv:docs]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
@@ -78,11 +78,3 @@ commands = python setup.py bdist_wheel
[hacking]
import_exceptions = watcherclient._i18n
[testenv:lower-constraints]
basepython = python3
install_command = pip install -U {opts} {packages}
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt