ansible/changelogs/fragments/ansible-test-change-detection-fix.yml
Matt Clay 10fe54de58 Fix ansible-test module_utils import analysis.
Now empty `*.py` files are ignored during module_utils import analysis for change detection.
This eliminates "No imports found" warnings for files which should have no imports.
2020-03-23 11:14:21 -05:00

3 lines
119 B
YAML

bugfixes:
- ansible-test now ignores empty ``*.py`` files when analyzing module_utils imports for change detection