Merge "Revert "Run propose-update-constraints under Python3.6""

This commit is contained in:
Zuul 2018-07-24 23:15:50 +00:00 committed by Gerrit Code Review
commit 1e881db2be
2 changed files with 2 additions and 3 deletions

View File

@ -38,8 +38,8 @@ elif [ "$OWN_PROJECT" == "requirements-constraints" ] ; then
$VENV/bin/pip install -e .
function update {
$VENV/bin/generate-constraints -b blacklist.txt -p /usr/bin/python2.7 \
-p /usr/bin/python3.6 -r global-requirements.txt \
--version-map 3.6:3.4 --version-map 3.6:3.5 \
-p /usr/bin/python3 -r global-requirements.txt \
--version-map 3.4:3.5 --version-map 3.5:3.4 \
> $1/upper-constraints.txt
}
elif [ "$OWN_PROJECT" == "devstack-plugins-list" ] ; then

View File

@ -945,7 +945,6 @@
- job:
name: propose-update-constraints
parent: propose-updates
nodeset: ubuntu-bionic
description: |
Update constraint files for requirements project with a
proposed change.