Merge "update generate constraints to py38,39"

This commit is contained in:
Zuul 2022-05-19 22:35:29 +00:00 committed by Gerrit Code Review
commit 10e1a87d7e
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ elif [ "$OWN_PROJECT" == "requirements-constraints" ] ; then
VENV=$(readlink -f .tox/venv)
$VENV/bin/pip install -e .
function update {
$VENV/bin/generate-constraints -b blacklist.txt -p /usr/bin/python3.6 \
-p /usr/bin/python3.8 -r global-requirements.txt \
> $1/upper-constraints.txt
$VENV/bin/generate-constraints -b blacklist.txt -p /usr/bin/python3.8 \
-p /usr/bin/python3.9 \
-r global-requirements.txt > $1/upper-constraints.txt
}
elif [ "$OWN_PROJECT" == "devstack-plugins-list" ] ; then
INITIAL_COMMIT_MSG="Updated from generate-devstack-plugins-list"