mirror of https://github.com/ansible/ansible.git
Fix ansible-test module_utils import analysis. (#69406)
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.
(cherry picked from commit ab27680318
)
Co-authored-by: Matt Clay <matt@mystile.com>
pull/69999/head
parent
c43b03abe9
commit
b8808efd26
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now ignores empty ``*.py`` files when analyzing module_utils imports for change detection
|
Loading…
Reference in New Issue