https://github.com/python/cpython/commit/1038a3ab2e072ad5f367743463b6bf10c64cea9f
commit: 1038a3ab2e072ad5f367743463b6bf10c64cea9f
branch: main
author: Victor Stinner <[email protected]>
committer: vstinner <[email protected]>
date: 2026-03-26T11:44:51+01:00
summary:

gh-146410: Run tests with with --pythoninfo on iOS (#146457)

Add --pythoninfo option to dump build information.

files:
M Apple/__main__.py

diff --git a/Apple/__main__.py b/Apple/__main__.py
index 3261f368a88fc0..85b016dd08acb7 100644
--- a/Apple/__main__.py
+++ b/Apple/__main__.py
@@ -831,6 +831,7 @@ def test(context: argparse.Namespace, host: str | None = 
None) -> None:  # noqa:
                 f"--{context.ci_mode}-ci",
                 "--single-process",
                 "--no-randomize",
+                "--pythoninfo",
                 # Timeout handling requires subprocesses; explicitly setting
                 # the timeout to -1 disables the faulthandler.
                 "--timeout=-1",

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to