From f4ecc17768892189504fdeb45ded96e94b74a6c1 Mon Sep 17 00:00:00 2001 From: Thomas Bachman Date: Thu, 27 Aug 2020 01:04:48 +0000 Subject: [PATCH] Add support for train This adds support for the stable train branch. Change-Id: I475427b10a0f0b7f057746ecbd31089a2aa0b7e3 --- test-requirements.txt | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3d406f4..fd57bf9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 760b677..2085ad4 100644 --- a/tox.ini +++ b/tox.ini @@ -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