diff --git a/setup.py b/setup.py index 45d16b8928e..3c14b1b8758 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # The tests utils are used by conan-package-tools here = path.abspath(path.dirname(__file__)) -excluded_test_packages = ["test"] +excluded_test_packages = ["test*"] def get_requires(filename):