9c2a2e749d
- Pass linters and lower-constrains jobs with Python 3.8 - Use master version of pylint only with python version >= 3.9 - Update requirements files - Fix install_bindeps.sh - Disable running DevStack jobs on ubuntu focal nodes Change-Id: Ie745fe5b5a08fe088fcf39edb312170c6cbdc5bb
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
# pep8 and flake8 requirements
|
|
|
|
ansible-lint == 4.2.0 # MIT
|
|
astroid>=2.4.0; python_version < '3.8' # LGPLv2.1
|
|
git+https://github.com/PyCQA/astroid.git@master; python_version >= '3.8' # LGPLv2.1
|
|
git+https://github.com/PyCQA/pylint.git@master; python_version >= '3.8' # GPLv2
|
|
pre-commit >= 2.6.0 # MIT
|
|
pylint >= 2.6.0; python_version < '3.8' # GPLv2
|