From 8fe5f98eb379f40256656dfd78a8f5a02ce9f0e4 Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Sat, 6 Nov 2021 19:32:17 +0100 Subject: d/tests/unit: Enable all unit tests again Now that all tests are fixed, there's no reason to exclude them. --- debian/tests/unit | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/tests/unit b/debian/tests/unit index 2ac5146a..f7dd501d 100755 --- a/debian/tests/unit +++ b/debian/tests/unit @@ -3,8 +3,4 @@ /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 \ + --local -- cgit v1.2.3