From 136dbee4e3d0a03cf52648f5787df8b36673146b Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 20 Mar 2021 21:22:20 +0100 Subject: [PATCH] bpo-43517 (followup): Install additional test directory Should fix some CI failures on buildbots that test an installed version of Python. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 85f3308dc36aeb..5b47530a2a7748 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/partial \ test/test_importlib/source \ test/test_importlib/zipdata01 \ test/test_importlib/zipdata02 \