]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146410: Run tests with with --pythoninfo on iOS (#146457)
authorVictor Stinner <vstinner@python.org>
Thu, 26 Mar 2026 10:44:51 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 10:44:51 +0000 (11:44 +0100)
Add --pythoninfo option to dump build information.

Apple/__main__.py

index 3261f368a88fc07cd2a15fc413f249d5551f5b63..85b016dd08acb751a3836816c298cf88de8a23a6 100644 (file)
@@ -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",