diff options
author | Antoine Pitrou <antoine@python.org> | 2021-03-20 20:45:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 20:45:58 (GMT) |
commit | 66c8adfa27aeea004657ef29b6db4e4c360ad611 (patch) | |
tree | b4e856cbe30ea2fc42ed4605d8602adbe4379426 /Makefile.pre.in | |
parent | ee48c7d54147ae906776b9f6f96e8920e097d0c4 (diff) | |
download | cpython-66c8adfa27aeea004657ef29b6db4e4c360ad611.zip cpython-66c8adfa27aeea004657ef29b6db4e4c360ad611.tar.gz cpython-66c8adfa27aeea004657ef29b6db4e4c360ad611.tar.bz2 |
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
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 85f3308..5b47530 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 \ |