[Python-checkins] [3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913)

Serhiy Storchaka webhook-mailer at python.org
Thu Jul 27 06:16:23 EDT 2017


https://github.com/python/cpython/commit/f9fbed19a964e55ee703005823d8a7408f83d7f4
commit: f9fbed19a964e55ee703005823d8a7408f83d7f4
branch: 3.5
author: Serhiy Storchaka <storchaka at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-07-27T13:16:21+03:00
summary:

[3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913)

(cherry picked from commit d5ed47dea25e04a3a144eddf99a4ac4a29242dbc)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 144c1f8629b..df791a88eee 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1187,6 +1187,7 @@ LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		test/test_import/data \
 		test/test_import/data/circular_imports \
 		test/test_import/data/circular_imports/subpkg \
+		test/test_import/data/package2 \
 		test/test_importlib/namespace_pkgs \
 		test/test_importlib/namespace_pkgs/both_portions \
 		test/test_importlib/namespace_pkgs/both_portions/foo \



More information about the Python-checkins mailing list