summaryrefslogtreecommitdiff
path: root/test/sanity
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-03-29 15:24:30 -0700
committerGitHub <noreply@github.com>2022-03-29 15:24:30 -0700
commit353511a900f6216a25a25d8a36528f636428b57b (patch)
treeda1b8145eb0b18ea148bc169f0883f04e8610b84 /test/sanity
parentf8ec660e62c6797d6f2fce2a173d96684d8a9b42 (diff)
downloadansible-353511a900f6216a25a25d8a36528f636428b57b.tar.gz
Add script to handle more deprecations. (#77400)
* Add script to handle more deprecations. This script currently supports deprecations from the following sanity tests: * deprecated-config * update-bundled * Ignore script in package-data test.
Diffstat (limited to 'test/sanity')
-rw-r--r--test/sanity/code-smell/package-data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sanity/code-smell/package-data.py b/test/sanity/code-smell/package-data.py
index 8e777b48e4..110b163562 100644
--- a/test/sanity/code-smell/package-data.py
+++ b/test/sanity/code-smell/package-data.py
@@ -47,6 +47,7 @@ def assemble_files_to_ship(complete_file_list):
'hacking/cgroup_perf_recap_graph.py',
'hacking/create_deprecated_issues.py',
'hacking/deprecated_issue_template.md',
+ 'hacking/create_deprecation_bug_reports.py',
'hacking/fix_test_syntax.py',
'hacking/get_library.py',
'hacking/metadata-tool.py',