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:
Shuicheng Lin 2020-05-23 01:11:44 +08:00
parent bdd2a8fb7f
commit 1781f41eae
1 changed files with 1 additions and 1 deletions

View File

@ -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