d5a3e70775
ceph-manager depends on sysinv which depends on python-ldap which was updated on Nov 26, 2021 and is causing tox to fail. By clamping python-ldap to be less than 3.4.0, the pylint job should be able to pass. Story: 2008943 Task: 44095 Signed-off-by: albailey <Al.Bailey@windriver.com> Change-Id: I0086ab34c86884c1f66549b29d5c4cf20a588486
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# hacking pulls in flake8
|
|
hacking>=1.1.0,<=2.0.0 # Apache-2.0
|
|
bashate >= 0.2
|
|
isort<5;python_version>="3.0"
|
|
pylint<2.1.0;python_version<"3.0" # GPLv2
|
|
pylint<2.3.0;python_version>="3.0" # GPLv2
|
|
python-ldap<3.4.0
|
|
|