e5f36293e5
1. no_voting for lower-constraints CI 2.pep8 create: /home/zuul/src/opendev.org/openstack/freezer/.tox/pep8 pep8 installdeps: -c/home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt, -r/home/zuul/src/opendev.org/openstack/freezer/test-requirements.txt ERROR: invocation failed (exit code 1), logfile: /home/zuul/src/opendev.org/openstack/freezer/.tox/pep8/log/pep8-1.log ================================== log start =================================== Looking in indexes: https://mirror.bhs1.ovh.opendev.org/pypi/simple, https://mirror.bhs1.ovh.opendev.org/wheel/ubuntu-20.04-x86_64 Collecting astroid==2.1.0 Downloading8809bc008b/astroid-2.1.0-py3-none-any.whl
(176 kB) Collecting pylint==2.3.1 Downloadingb3f73f4ac0/pylint-2.3.1-py3-none-any.whl
(765 kB) INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while. INFO: pip is looking at multiple versions of astroid to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r /home/zuul/src/opendev.org/openstack/freezer/test-requirements.txt (line 23) and astroid==2.1.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested astroid==2.1.0 pylint 2.3.1 depends on astroid<3 and >=2.2.0 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 WARNING: You are using pip version 20.3.3; however, version 21.0 is available. You should consider upgrading via the '/home/zuul/src/opendev.org/openstack/freezer/.tox/pep8/bin/python -m pip install --upgrade pip' command. ================================ log end =============================== Change-Id: I898d03d716ebc6c6285c4589cd30f7875b0c51d2
24 lines
683 B
Plaintext
24 lines
683 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
coverage>=4.5.1 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
#pylint==1.9.2 # GPLv2
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
#astroid==1.6.5 # LGPLv2.1
|
|
|
|
# Tempest Plugin
|
|
tempest>=17.1.0 # Apache-2.0
|
|
|
|
# Used in integration tests
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|
|
|
|
# Used in doc8 check
|
|
doc8>=0.6.0 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
# astroid<=2.5.0;python_version>="3.0" # LGPLv2.1
|
|
pylint>=2.6.0;python_version>="3.0" # GPLv2
|