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

miss-islington webhook-mailer at python.org
Sat Mar 20 16:46:07 EDT 2021


https://github.com/python/cpython/commit/66c8adfa27aeea004657ef29b6db4e4c360ad611
commit: 66c8adfa27aeea004657ef29b6db4e4c360ad611
branch: master
author: Antoine Pitrou <antoine at python.org>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-03-20T13:45:58-07:00
summary:

bpo-43517 (followup): Install additional test directory (GH-24950)



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

Automerge-Triggered-By: GH:pitrou

files:
M Makefile.pre.in

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



More information about the Python-checkins mailing list