[Python-checkins] bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)

pitrou webhook-mailer at python.org
Sun Mar 21 13:26:52 EDT 2021


https://github.com/python/cpython/commit/9a50ef43e42ee32450a81ce13ed5a0729d3b84e8
commit: 9a50ef43e42ee32450a81ce13ed5a0729d3b84e8
branch: master
author: Jason R. Coombs <jaraco at jaraco.com>
committer: pitrou <pitrou at free.fr>
date: 2021-03-21T18:26:45+01:00
summary:

bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5b47530a2a774..4f7284d31356f 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 \



More information about the Python-checkins mailing list