[Python-checkins] bpo-28494: install ziptestdata to fix install bot (GH-15902)

Miss Islington (bot) webhook-mailer at python.org
Wed Sep 11 07:09:57 EDT 2019


https://github.com/python/cpython/commit/7acb22e6e9061f85988c0c6c5ee25ebdf2950841
commit: 7acb22e6e9061f85988c0c6c5ee25ebdf2950841
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-09-11T04:09:53-07:00
summary:

bpo-28494: install ziptestdata to fix install bot (GH-15902)

(cherry picked from commit c37447481ec8f6d0e49d0587ec0de3f9e7d56b28)

Co-authored-by: Gregory P. Smith <greg at krypto.org>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index b02f78412f16..502317aa0c78 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1372,6 +1372,7 @@ LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		test/test_importlib/source \
 		test/test_importlib/zipdata01 \
 		test/test_importlib/zipdata02 \
+		test/ziptestdata \
 		asyncio \
 		test/test_asyncio \
 		collections concurrent concurrent/futures encodings \



More information about the Python-checkins mailing list