[Python-checkins] bpo-34632 fix buildbots and remove artifact (GH-13566)

Jason R. Coombs webhook-mailer at python.org
Sat May 25 10:00:29 EDT 2019


https://github.com/python/cpython/commit/f7fba6cfb62edfc22e9b2e12a00ebaf5f348398e
commit: f7fba6cfb62edfc22e9b2e12a00ebaf5f348398e
branch: master
author: Jason R. Coombs <jaraco at jaraco.com>
committer: GitHub <noreply at github.com>
date: 2019-05-25T10:00:21-04:00
summary:

bpo-34632 fix buildbots and remove artifact (GH-13566)

* bpo-34632: Also include the test data directory.

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

files:
D Python.framework/Resources
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 925d52f7894e..ee94ad54a272 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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
index 953ee36f3bb7..000000000000
--- a/Python.framework/Resources
+++ /dev/null
@@ -1 +0,0 @@
-Versions/Current/Resources
\ No newline at end of file



More information about the Python-checkins mailing list