https://github.com/python/cpython/commit/31a962b1b3b9bebdc976694ded7268942e543c71
commit: 31a962b1b3b9bebdc976694ded7268942e543c71
branch: 3.13
author: Russell Keith-Magee <russ...@keith-magee.com>
committer: freakboy3742 <russ...@keith-magee.com>
date: 2024-08-14T02:03:18Z
summary:

[3.13] Revert use of --rerun in iOS testbed. (#122995)

Reverts the use of --rerun in iOS testing because it tries to create a 
subprocess on the rerun.

files:
M iOS/testbed/iOSTestbedTests/iOSTestbedTests.m

diff --git a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m 
b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
index b17bc275a66e42..e6a919c304ec8d 100644
--- a/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
+++ b/iOS/testbed/iOSTestbedTests/iOSTestbedTests.m
@@ -15,7 +15,6 @@ - (void)testPython {
     const char *argv[] = {
         "iOSTestbed", // argv[0] is the process that is running.
         "-uall",  // Enable all resources
-        "--rerun",  // Re-run failed tests in verbose mode
         "-W",  // Display test output on failure
         // To run a subset of tests, add the test names below; e.g.,
         // "test_os",

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to