Bug 2051251

Summary: [Tests-Only] "Cannot install pylint because these package versions have conflicting dependencies"
Product: Red Hat OpenStack Reporter: Arie Bregman <abregman>
Component: python-ovsdbappAssignee: Terry Wilson <twilson>
Status: CLOSED CURRENTRELEASE QA Contact: Toni Freger <tfreger>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17.0 (Wallaby)   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-14 14:15:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Arie Bregman 2022-02-06 18:51:16 UTC
Description of problem:

Unable to enable CI for ovsdbapp OSP 17 (pep8):

ERROR: Cannot install pylint because these package versions have conflicting dependencies.

The conflict is caused by:
    astroid 2.5 depends on wrapt<1.13 and >=1.11
    astroid 2.4.2 depends on typed-ast<1.5 and >=1.4.0; implementation_name == "cpython" and python_version < "3.8"
    astroid 2.4.1 depends on typed-ast<1.5 and >=1.4.0; implementation_name == "cpython" and python_version < "3.8"
    astroid 2.4.0 depends on typed-ast<1.5 and >=1.4.0; implementation_name == "cpython" and python_version < "3.8"