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 vstinner
Recipients Alex.Willmer, doko, edmorley, martin.panter, thomas-petazzoni, vstinner, xdegaye
Date 2019-03-01.17:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551460962.26.0.342177647337.issue27640@roundup.psfhosted.org>
In-reply-to
Content
I modified setup.py to add a new TEST_EXTENSIONS which allows to not build test extensions:

New changeset cfe172dc6bd0a02d36db31ffabcc38f9320a4510 by Victor Stinner in branch 'master':
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
https://github.com/python/cpython/commit/cfe172dc6bd0a02d36db31ffabcc38f9320a4510

setup.py should be modified manually, but it's a small step towards be able to build Python without tests ;-)
History
Date User Action Args
2019-03-01 17:22:42vstinnersetrecipients: + vstinner, doko, xdegaye, martin.panter, thomas-petazzoni, edmorley, Alex.Willmer
2019-03-01 17:22:42vstinnersetmessageid: <1551460962.26.0.342177647337.issue27640@roundup.psfhosted.org>
2019-03-01 17:22:42vstinnerlinkissue27640 messages
2019-03-01 17:22:42vstinnercreate