From eb830e639c2433032032579b24d4bc6c4b30b05c Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 27 Oct 2021 08:18:39 -0600 Subject: [PATCH] Fix upper constraints It is incorrectly pulling in master which is leading to a pyflakes problem. Change-Id: I1ab4ed3d7caca81b77c28b573e953af2cbaf6824 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 06898d4f..6a2ebc66 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = - -c{env:UPPER_CONSTRAINTS_FILE: https://releases.openstack.org/constraints/upper/master} + -c{env:UPPER_CONSTRAINTS_FILE: https://releases.openstack.org/constraints/upper/train} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs}