Prevent installing 2.5.0 PyLint version

Change-Id: I659a9e717033f2dfac7e9de34af2522ceb2ecc19
This commit is contained in:
Federico Ressi 2020-04-22 14:14:24 +02:00
parent b696f70b21
commit c22a4aeff6
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ ansible-lint==4.2.0 # MIT
flake8==3.3.0 # MIT
flake8-import-order==0.12 # LGPLv3
mypy>=0.740 # MIT
pylint>=1.9 # GPLv2
pylint>=1.9,!=2.5.0 # GPLv2