From 1781f41eaefb5617e214e0ba2860481e3e0c5f40 Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Sat, 23 May 2020 01:11:44 +0800 Subject: [PATCH] Fix Zuul linters job failure "env:UPPER_CONSTRAINTS_FILE" doesn't work with latest Zuul. Remove it to make sure upper-constraints working. Closes-Bug: 1880097 Change-Id: Ibc6ab625eda1b5695798d044ef367f375086c87c Signed-off-by: Shuicheng Lin --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ebe29401..7038b092 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] install_command = pip install \ - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \ + -chttps://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt \ {opts} {packages} setenv = VIRTUAL_ENV={envdir} OS_STDOUT_CAPTURE=1