Merge "Modify the url of upper_constraints_file"

This commit is contained in:
Zuul 2019-07-18 13:46:34 +00:00 committed by Gerrit Code Review
commit 3f4d771bdc
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@ fixtures==3.0.0
flake8==2.5.5
futurist==1.6.0
hacking==0.12.0
horizon==14.0.0.0b2
horizon==14.0.0.0b3
idna==2.6
imagesize==1.0.0
iso8601==0.1.11

View File

@ -4,11 +4,12 @@ envlist = py27,py37,pep8,py27dj19,py27dj110,py3-dj111
skipsdist = True
[testenv]
install_command = pip install {opts} {packages}
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}