Update .gitreview and tox.ini to stable/yoga

This will direct reviews to use the right branches

Change-Id: I00664854121c6e40389ad6764eb39d4ff278b8ef
This commit is contained in:
Dirk Müller 2022-05-11 13:09:28 +02:00
parent ad26f06704
commit ace5a8fa80
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/rpm-packaging.git
defaultbranch=stable/yoga

View File

@ -8,7 +8,7 @@ basepython = python3
setenv =
VIRTUAL_ENV={envdir}
LC_ALL=en_US.utf-8
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY