]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 21 Mar 2021 17:26:45 +0000 (13:26 -0400)
committerGitHub <noreply@github.com>
Sun, 21 Mar 2021 17:26:45 +0000 (18:26 +0100)
Makefile.pre.in

index 5b47530a2a7748bae4ebe2ae930ba55ed5e93fcc..4f7284d31356f7cb70011b7f1b13fd5f3d420fe2 100644 (file)
@@ -1488,6 +1488,7 @@ TESTSUBDIRS=      ctypes/test \
                test/test_importlib/namespace_pkgs/project3 \
                test/test_importlib/namespace_pkgs/project3/parent \
                test/test_importlib/namespace_pkgs/project3/parent/child \
+               test/test_importlib/namespacedata01 \
                test/test_importlib/partial \
                test/test_importlib/source \
                test/test_importlib/zipdata01 \