blob: 2ac5146a8ff7cdae3d889dc037043e83f04de0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
/usr/bin/ansible-test units \
--python-interpreter /usr/bin/python3 \
--python 3.9 \
--local \
--exclude test/units/cli/test_galaxy.py \
--exclude test/units/galaxy/test_collection_install.py \
--exclude test/units/modules/test_async_wrapper.py \
--exclude test/units/utils/collection_loader/test_collection_loader.py \
|