8000 bpo-27640: Add --disable-test-modules configure option by pxinwr · Pull Request #23886 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-27640: Add --disable-test-modules configure option #23886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 30, 2020
Merged
Prev Previous commit
Next Next commit
Improve Doc/whatsnew/3.10.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
pxinwr and vstinner authored Dec 30, 2020
commit 17c08ddf52d173e3f3515cf0f06c890579baa2f4
5 changes: 2 additions & 3 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,8 @@ Build Changes
* The :mod:`atexit` module must now always be built as a built-in module.
(Contributed by Victor Stinner in :issue:`42639`.)

* Added ``--enable-test-modules`` option to the ``configure`` script. If this
option is set to no, ``make install`` will not install test suites. Also setup.py
will not build test extension modules.
* Added ``--disable-test-modules`` option to the ``configure`` script:
don't build nor install test modules.
(Contributed by Peixing Xin in :issue:`27640`.)


Expand Down
0