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 <shuicheng.lin@intel.com>
This commit is contained in:
parent
bdd2a8fb7f
commit
1781f41eae
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user