Enable legacy resolver for pip until requirements are updated
pylint zuul jobs are failing due to incompatible dependencies that cause the new version of pip to abort. Enabling the legacy resolver (for now) so zuul can pass, while we fix all the requirements across the different repos. Related-Bug: 1907125 Signed-off-by: albailey <Al.Bailey@windriver.com> Change-Id: I59e29aadb291574307e8278c9351f961bfc0277f
This commit is contained in:
parent
2cd822ce73
commit
8c44a5a106
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ sitepackages=False
|
||||
stxdir = {toxinidir}/..
|
||||
|
||||
[testenv]
|
||||
install_command = pip install \
|
||||
install_command = pip install --use-deprecated legacy-resolver\
|
||||
-v -v -v \
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt} \
|
||||
-U {opts} {packages}
|
||||
|
Loading…
x
Reference in New Issue
Block a user