Update pylint sanity test to work on Python 3.10.

pull/74609/head
Matt Clay 5 years ago
parent c2e15f45a6
commit 2c3a3bdd9c

@ -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
six # not frozen due to usage outside sanity tests
toml == 0.10.2
typed-ast == 1.4.2
typed-ast == 1.4.3
wrapt == 1.12.1

Loading…
Cancel
Save