Update upper-constraints 40/71240/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 6 Oct 2020 21:37:58 +0000 (23:37 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 6 Oct 2020 21:37:58 +0000 (23:37 +0200)
It takes the new requirements just published into account.

Change-Id: Iea0ba4113b44d3056f2f8f1b1516271d33e84e32
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile
tox.ini

index 461cdfc..a47afe6 100644 (file)
@@ -1,7 +1,7 @@
 FROM alpine:3.12
 
 ARG BRANCH=stable/leguer
-ARG OPENSTACK_TAG=master
+ARG OPENSTACK_TAG=stable/victoria
 ARG OPNFV_TAG=stable/leguer
 
 COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch
diff --git a/tox.ini b/tox.ini
index 9d58f5d..7e3ad12 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit,perm
 usedevelop = True
 deps =
   -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/leguer
-  -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+  -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/victoria/upper-constraints.txt}
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
 install_command = pip install {opts} {packages}