summaryrefslogtreecommitdiff
path: root/test/sanity
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-05-03 10:41:39 -0700
committerMatt Clay <matt@mystile.com>2022-05-03 18:55:39 -0700
commitcc5ac88c4c97a7f538f135cb659c73c4bbdd02ef (patch)
tree3e491be49e35e094083f5f05100031d95e4b3853 /test/sanity
parent7471c036ec2358b48cec7bd476d5b5d14cca9ded (diff)
downloadansible-cc5ac88c4c97a7f538f135cb659c73c4bbdd02ef.tar.gz
Update mypy test. Fix type hints for Python 3.9.
This also bumps the minimum controller version (for mypy only) to Python 3.9.
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 6129674e12..16763b3599 100644
--- a/test/sanity/ignore.txt
+++ b/test/sanity/ignore.txt
@@ -286,6 +286,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