mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Fix packaging/os modules for wildcard imports and get_exception
This commit is contained in:
parent
5c50720325
commit
a5b80464df
17 changed files with 48 additions and 46 deletions
|
@ -17,7 +17,6 @@ wildcard_imports=$(find . -path ./test/runner/.tox -prune \
|
|||
-o -path ./test/units/plugins/action/test_action.py \
|
||||
-o -path ./lib/ansible/compat/tests/mock.py -prune \
|
||||
-o -path ./lib/ansible/compat/tests/unittest.py \
|
||||
-o -path ./lib/ansible/modules/packaging/os -prune \
|
||||
-o -name '*.py' -type f -exec grep -H 'import \*' '{}' '+')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue