ansible/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
Matt Clay f533d46572
Fix ansible-test constraints issues. (#73578)
* Silence Python 3.5 EOL notice in pip.
* Skip import test on compat/selinux.py utils.
* Improve Python version skip warning.
* Use Python 3.6 as minimum Python for sanity tests.
* Improve min Python handling for code-smell tests.
* Overhaul test-constraints sanity test.
* Merge sanity test constraints with requirements.
* Remove legacy content specific constraints.
* Add changelog fragment.
2021-02-11 16:45:53 -08:00

12 lines
251 B
Text

pylint == 2.6.0
pyyaml # needed for collection_detail.py
# dependencies
astroid == 2.4.2
isort == 5.7.0
lazy-object-proxy == 1.4.3
mccabe == 0.6.1
six # not frozen due to usage outside sanity tests
toml == 0.10.2
typed-ast == 1.4.2
wrapt == 1.12.1