From 74b74a19de77d9ac1ddeb7f1b638011d6241d1cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 2 Nov 2019 23:18:43 +0100 Subject: [PATCH] Fix OpenStack branch in tox.ini MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It also fixes boto3 upper-constraints which helps detecting the issue. Change-Id: Ib714245cce2492d6102edc31c3772054c0a68188 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 60b3f617..f140bf76 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True usedevelop = True deps = -c{toxinidir}/upper-constraints.txt - -chttps://opendev.org/openstack/requirements/raw/branch/stable/queens/upper-constraints.txt + -chttps://opendev.org/openstack/requirements/raw/branch/stable/rocky/upper-constraints.txt -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} diff --git a/upper-constraints.txt b/upper-constraints.txt index a04834b6..45c97653 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,4 +2,4 @@ robotframework===3.0.2 bandit===1.1.0 pylint===1.9.5;python_version=='2.7' pylint===2.3.1;python_version=='3.6' -boto3===1.5.20 +boto3===1.7.62 -- 2.16.6