Add support for train

This adds support for the stable train branch.

Change-Id: I475427b10a0f0b7f057746ecbd31089a2aa0b7e3
This commit is contained in:
Thomas Bachman 2020-08-27 01:04:48 +00:00
parent 8ce07e7201
commit f4ecc17768
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@
#
# Hacking should appear first in case something else depends on pep8
hacking>=1.1.0,<2 # Apache-2.0
# Replacing Horizon git URL reference as stable/stein constraints are applied.
# Replacing Horizon git URL reference as stable/train constraints are applied.
horizon
#
bandit>=1.4.0 # Apache-2.0
bandit!=1.6.0,>=1.4.0 # Apache-2.0
django-appconf<=1.0.3
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
# random hash seed successfully.
PYTHONHASHSEED=0
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}
@ -70,7 +70,7 @@ commands = nodeenv -p
basepython = python3
# We need to install horizon dependecies to build module references
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
setenv = DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings