[Python-checkins] [3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912)

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


https://github.com/python/cpython/commit/95b16a9705d6b4d31c016c014e59744fc33d53ea
commit: 95b16a9705d6b4d31c016c014e59744fc33d53ea
branch: 3.6
author: Serhiy Storchaka <storchaka at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-07-27T13:15:59+03:00
summary:

[3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912)

(cherry picked from commit d5ed47dea25e04a3a144eddf99a4ac4a29242dbc)

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 82e830727ef..93a2bab6d98 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1206,6 +1206,8 @@ 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/package \
+		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