mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix packaging/os modules for wildcard imports and get_exception
This commit is contained in:
@@ -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 \*' '{}' '+')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user