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
update news
  • Loading branch information
pxinwr committed Dec 28, 2020
commit 2d5f0e304998d7db1520c5ad55229160fdf71356
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Add --enable-test-modules option for configure.
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind to add the credit?

Patch by Xavier de Gaye, Thomas Petazzoni and Peixing Xin.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

0