We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6dfa0 commit c75d220Copy full SHA for c75d220
Makefile.pre.in
@@ -2361,7 +2361,7 @@ testios:
2361
$(PYTHON_FOR_BUILD) $(srcdir)/Apple/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
2362
2363
# Run the testbed project
2364
- $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W
+ $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W --pythoninfo
2365
2366
# Like test, but using --slow-ci which enables all test resources and use
2367
# longer timeout. Run an optional pybuildbot.identify script to include
0 commit comments