mirror of https://github.com/ansible/ansible.git
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.pull/68298/head
parent
707eea3afa
commit
10fe54de58
@ -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