Skip to content

Commit

Permalink
ansible-test - Update sanity test requirements
Browse files Browse the repository at this point in the history
Update pylint to 2.9.6 to get around a false positive for
undefined-variable in a decorator.

pylint-dev/pylint#3791
  • Loading branch information
samdoran committed Jul 21, 2022
1 parent 7aada8d commit 37013e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lib/ansible_test/_data/requirements/sanity.pylint.in
@@ -1,2 +1,2 @@
pylint == 2.9.3 # currently vetted version
pylint == 2.9.6 # currently vetted version
pyyaml # needed for collection_detail.py
2 changes: 1 addition & 1 deletion test/lib/ansible_test/_data/requirements/sanity.pylint.txt
Expand Up @@ -3,7 +3,7 @@ astroid==2.6.6
isort==5.10.1
lazy-object-proxy==1.6.0
mccabe==0.6.1
pylint==2.9.3
pylint==2.9.6
PyYAML==6.0
toml==0.10.2
wrapt==1.12.1

0 comments on commit 37013e2

Please sign in to comment.