From: Jason R. Coombs Date: Sun, 21 Mar 2021 17:26:45 +0000 (-0400) Subject: bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952) X-Git-Tag: v3.10.0a7~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a50ef43e42ee32450a81ce13ed5a0729d3b84e8;p=thirdparty%2FPython%2Fcpython.git bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 5b47530a2a77..4f7284d31356 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \