[issue27640] add the '--disable-test-suite' option to configure

Xavier de Gaye report at bugs.python.org
Thu Jul 28 06:05:18 EDT 2016


New submission from Xavier de Gaye:

Do not install the Python test suite when configure is run with '--disable-test-suite'. This about divides by two the size of the installed standard library.

Related to issue 26852: add the '--enable-legacy-pyc-files' option to configure.

The attached listdirs.py script may be used to check that the set of sub-directories in the std library is not changed by the patch.

----------
assignee: xdegaye
components: Build
files: disable-test-suite.patch
keywords: patch
messages: 271514
nosy: doko, martin.panter, xdegaye
priority: normal
severity: normal
stage: patch review
status: open
title: add the '--disable-test-suite' option to configure
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file43917/disable-test-suite.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27640>
_______________________________________


More information about the Python-bugs-list mailing list