]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43517 (followup): Install additional test directory (GH-24950)
authorAntoine Pitrou <antoine@python.org>
Sat, 20 Mar 2021 20:45:58 +0000 (21:45 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 20:45:58 +0000 (13:45 -0700)
Should fix some CI failures on buildbots that test an installed version of Python.

Automerge-Triggered-By: GH:pitrou
Makefile.pre.in

index 85f3308dc36aeb99dea9d02f43877d9e579ea23d..5b47530a2a7748bae4ebe2ae930ba55ed5e93fcc 100644 (file)
@@ -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 \