From a35d808ccbba68013dfa1790920cf14994e860c0 Mon Sep 17 00:00:00 2001 From: caihui Date: Fri, 11 Jun 2021 07:56:16 +0800 Subject: [PATCH] Fix lower-constraints CI error ooking in indexes: https://mirror.gra1.ovh.opendev.org/pypi/simple, https://mirror.gra1.ovh.opendev.org/wheel/ubuntu-20.04-x86_64 Collecting hacking<3.1.0,>=3.0.1 Downloading https://mirror.gra1.ovh.opendev.org/pypifiles/packages/d8/1e/87943c48e3bcd6010d2539130f322168e46186429ae4d26128d7cf496d13/hacking-3.0.1-py3-none-any.whl (37 kB) Collecting coverage>=4.5.1 Downloading https://mirror.gra1.ovh.opendev.org/wheel/ubuntu-20.04-x86_64/coverage/coverage-4.5.1-cp38-cp38-linux_x86_64.whl (214 kB) Collecting stestr>=2.0.0 Downloading https://mirror.gra1.ovh.opendev.org/wheel/ubuntu-20.04-x86_64/stestr/stestr-2.0.0-py3-none-any.whl (102 kB) Collecting testtools>=2.2.0 Downloading https://mirror.gra1.ovh.opendev.org/wheel/ubuntu-20.04-x86_64/testtools/testtools-2.2.0-py2.py3-none-any.whl (195 kB) ERROR: Cannot install astroid==2.1.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested astroid==2.1.0 The user requested (constraint) astroid==1.6.5 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies Change-Id: I65a5acd0ed5188c7810200eaeefd55a0030d6eda --- lower-constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index de316e9..5f9719f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ alabaster==0.7.10 -astroid==1.6.5 +astroid==2.1.0 Babel==2.3.4 cliff==2.8.0 cmd2==0.8.0 @@ -25,7 +25,7 @@ oslo.utils==3.33.0 pbr==2.0.0 prettytable==0.7.2 Pygments==2.2.0 -pylint==1.9.2 +pylint==2.2.0 pyparsing==2.1.0 pyperclip==1.5.27 python-mimeparse==1.6.0