diff options
author | Matt Martz <matt@sivel.net> | 2024-04-02 23:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 23:18:18 +0200 |
commit | 76fe4e8a7151ea0037589ceeb4765839f54f6e0d (patch) | |
tree | 3e8d56e83201c0a9d11d52eda6137a19a103e168 /test/sanity | |
parent | Follow up to #82933 - remove platforms from templates (#82961) (diff) | |
download | ansible-76fe4e8a7151ea0037589ceeb4765839f54f6e0d.tar.xz ansible-76fe4e8a7151ea0037589ceeb4765839f54f6e0d.zip |
Bump devel to 2.18.0.dev0 (#82934)
* Bump devel to 2.18.0.dev0
* Add ignores for 2.18 deprecations
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/code-smell/update-bundled.py | 2 | ||||
-rw-r--r-- | test/sanity/ignore.txt | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/test/sanity/code-smell/update-bundled.py b/test/sanity/code-smell/update-bundled.py index 61c837c81a..1c0e3f5e9c 100644 --- a/test/sanity/code-smell/update-bundled.py +++ b/test/sanity/code-smell/update-bundled.py @@ -51,8 +51,6 @@ def get_bundled_libs(paths): bundled_libs.add('lib/ansible/module_utils/distro/__init__.py') bundled_libs.add('lib/ansible/module_utils/six/__init__.py') - # backports.ssl_match_hostname should be moved to its own file in the future - bundled_libs.add('lib/ansible/module_utils/urls.py') return bundled_libs diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 89fcd0272d..4b65ff8155 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -196,3 +196,12 @@ test/support/README.md pymarkdown:no-bare-urls test/units/cli/test_data/role_skeleton/README.md pymarkdown:line-length test/integration/targets/find/files/hello_world.gbk no-smart-quotes test/integration/targets/find/files/hello_world.gbk no-unwanted-characters +lib/ansible/galaxy/collection/__init__.py pylint:ansible-deprecated-version-comment # 2.18 deprecation +lib/ansible/playbook/base.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/playbook/play.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/playbook/play_context.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/plugins/action/__init__.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/plugins/loader.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/template/__init__.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/utils/listify.py pylint:ansible-deprecated-version # 2.18 deprecation +lib/ansible/vars/manager.py pylint:ansible-deprecated-version # 2.18 deprecation |