[Python-checkins] cpython (3.5): Include test_tools and test_warnings in install

zach.ware python-checkins at python.org
Tue Aug 30 02:41:21 EDT 2016


https://hg.python.org/cpython/rev/cbdf907a75c7
changeset:   102946:cbdf907a75c7
branch:      3.5
parent:      102944:8191730a2911
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Aug 30 00:28:40 2016 -0500
summary:
  Include test_tools and test_warnings in install

test_tools is pretty much useless unless somebody copies the scripts
it tests into the proper location, but we might as well install it
anyway to make sure it skips properly.  test_warnings just didn't get
included when it was turned into a package in 94966dfd3bd3.

files:
  Makefile.pre.in |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1221,6 +1221,7 @@
 		importlib test/test_importlib test/test_importlib/builtin \
 		test/test_importlib/extension test/test_importlib/frozen \
 		test/test_importlib/import_ test/test_importlib/source \
+		test/test_tools test/test_warnings \
 		turtledemo \
 		multiprocessing multiprocessing/dummy \
 		unittest unittest/test unittest/test/testmock \

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list