This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomas-petazzoni
Recipients Alex.Willmer, doko, martin.panter, thomas-petazzoni, vstinner, xdegaye
Date 2016-07-28.11:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469704904.71.0.623818644006.issue27640@psf.upfronthosting.co.za>
In-reply-to
Content
We have a similar patch in Buildroot (see https://git.buildroot.org/buildroot/tree/package/python3/0017-Add-an-option-to-disable-installation-of-test-module.patch) so we would be very happy to see this patch merged.

Note that we also have many more patches to disable various parts of the Python standard installation (https://git.buildroot.org/buildroot/tree/package/python3/). So either we have one option for each feature (like we have implemented), or a more general config option --disable-feature=test,this,that.

See also bug http://bugs.python.org/issue20210 which is related, and was also proposing a patch to disable the test suite.
History
Date User Action Args
2016-07-28 11:21:44thomas-petazzonisetrecipients: + thomas-petazzoni, doko, vstinner, xdegaye, martin.panter, Alex.Willmer
2016-07-28 11:21:44thomas-petazzonisetmessageid: <1469704904.71.0.623818644006.issue27640@psf.upfronthosting.co.za>
2016-07-28 11:21:44thomas-petazzonilinkissue27640 messages
2016-07-28 11:21:44thomas-petazzonicreate