Update pylint sanity test to work on Python 3.10.
This commit is contained in:
parent
c2e15f45a6
commit
2c3a3bdd9c
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/ansible-test-pylint-typed-ast.yml
Normal file
2
changelogs/fragments/ansible-test-pylint-typed-ast.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- ansible-test - Update ``typed-ast`` constraint to version 1.4.3 for compatibility with Python 3.10.
|
|
@ -8,5 +8,5 @@ lazy-object-proxy == 1.4.3
|
||||||
mccabe == 0.6.1
|
mccabe == 0.6.1
|
||||||
six # not frozen due to usage outside sanity tests
|
six # not frozen due to usage outside sanity tests
|
||||||
toml == 0.10.2
|
toml == 0.10.2
|
||||||
typed-ast == 1.4.2
|
typed-ast == 1.4.3
|
||||||
wrapt == 1.12.1
|
wrapt == 1.12.1
|
||||||
|
|
Loading…
Reference in a new issue