bpo-34632 fix buildbots and remove artifact (GH-13566)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 25 May 2019 14:00:21 +0000 (10:00 -0400)
committerGitHub <noreply@github.com>
Sat, 25 May 2019 14:00:21 +0000 (10:00 -0400)
* bpo-34632: Also include the test data directory.

* bpo-34632: remove the framework resources artifacts, accidentally added in 1bbf7b661f (ccbccce)

Makefile.pre.in
Python.framework/Resources [deleted symlink]

index 925d52f7894e11b0606cfb3f2f9139852ea1d982..ee94ad54a272e543aed338e4b5d0b3d03e6db6b1 100644 (file)
@@ -1323,6 +1323,7 @@ LIBSUBDIRS=       tkinter tkinter/test tkinter/test/test_tkinter \
                importlib/metadata \
                test/test_importlib \
                test/test_importlib/builtin \
+               test/test_importlib/data \
                test/test_importlib/data01 \
                test/test_importlib/data01/subdirectory \
                test/test_importlib/data02 \
diff --git a/Python.framework/Resources b/Python.framework/Resources
deleted file mode 120000 (symlink)
index 953ee36..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/Resources
\ No newline at end of file