summaryrefslogtreecommitdiff
path: root/test/sanity
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-08-19 10:05:43 -0700
committerGitHub <noreply@github.com>2022-08-19 10:05:43 -0700
commitfd1935048c47ac3e13e972b47e9eaf9bcdce6da8 (patch)
treed29892e002d61a42379e197fc3be9a589038ad94 /test/sanity
parentd6b40a5bc6e52c1fef4f7b524c0f31dfba307cac (diff)
downloadansible-fd1935048c47ac3e13e972b47e9eaf9bcdce6da8.tar.gz
Update mypy test. Fix type hints for Python 3.9. (#78587)
This also bumps the minimum controller version (for mypy only) to Python 3.9. (cherry picked from commit cc5ac88c4c97a7f538f135cb659c73c4bbdd02ef)
Diffstat (limited to 'test/sanity')
-rw-r--r--test/sanity/ignore.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt
index 0d2bb3520f..9f4b55d85d 100644
--- a/test/sanity/ignore.txt
+++ b/test/sanity/ignore.txt
@@ -252,6 +252,7 @@ lib/ansible/module_utils/six/__init__.py mypy-2.7:assignment # vendored code
lib/ansible/module_utils/six/__init__.py mypy-3.5:assignment # vendored code
lib/ansible/module_utils/six/__init__.py mypy-3.6:assignment # vendored code
lib/ansible/module_utils/six/__init__.py mypy-3.7:assignment # vendored code
+lib/ansible/module_utils/six/__init__.py mypy-3.8:assignment # vendored code
lib/ansible/module_utils/six/__init__.py mypy-2.7:misc # vendored code
lib/ansible/module_utils/six/__init__.py mypy-3.5:misc # vendored code
lib/ansible/module_utils/six/__init__.py mypy-3.6:misc # vendored code