summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDino Viehland <dinoviehland@gmail.com>2020-01-27 22:04:56 (GMT)
committerGitHub <noreply@github.com>2020-01-27 22:04:56 (GMT)
commit2528a6c3d0660c03ae43d796628462ccf8e58190 (patch)
treef21b29d2a3c8afc1b80875167ae51b4f898c906e
parent47ee8a6063c22ec272fe7a2d95d12f7811ebb48b (diff)
downloadcpython-2528a6c3d0660c03ae43d796628462ccf8e58190.zip
cpython-2528a6c3d0660c03ae43d796628462ccf8e58190.tar.gz
cpython-2528a6c3d0660c03ae43d796628462ccf8e58190.tar.bz2
Add test.test_import.data.unwritable package to makefile (#18211)
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index cfe42b4..d430dc3 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1336,6 +1336,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/test_import/data/circular_imports/subpkg \
test/test_import/data/package \
test/test_import/data/package2 \
+ test/test_import/data/unwritable \
importlib \
importlib/metadata \
test/test_importlib \