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
This commit is contained in:
Antoine Pitrou 2021-03-20 21:45:58 +01:00 committed by GitHub
parent ee48c7d541
commit 66c8adfa27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 \