[Python-checkins] [3.9] bpo-43517 (followup): Install additional test directory (GH-24950) (GH-24951)

miss-islington webhook-mailer at python.org
Sat Mar 20 17:52:08 EDT 2021


https://github.com/python/cpython/commit/107cf078910db7c1cafdd486270ba8083d72aed7
commit: 107cf078910db7c1cafdd486270ba8083d72aed7
branch: 3.9
author: Antoine Pitrou <antoine at python.org>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-03-20T14:51:59-07:00
summary:

[3.9] bpo-43517 (followup): Install additional test directory (GH-24950) (GH-24951)



Should fix some CI failures on buildbots that test an installed version of Python.


(cherry picked from commit 66c8adfa27aeea004657ef29b6db4e4c360ad611)

Co-authored-by: Antoine Pitrou <antoine at python.org>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index f128444b98594..3137d9306c2c4 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1439,6 +1439,7 @@ LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		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 \



More information about the Python-checkins mailing list