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

Add --pythoninfo option to dump build information.
diff --git a/Apple/__main__.py b/Apple/__main__.py
index 3261f36..85b016d 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",