https://github.com/python/cpython/commit/f4426654fd293a206e7df1fc2b219d2423d85fd7
commit: f4426654fd293a206e7df1fc2b219d2423d85fd7
branch: main
author: László Kiss Kollár <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-06-02T00:51:51Z
summary:

gh-150720: Remove '-d 1' in test_script_error_treatment (#150736)

files:
M Lib/test/test_profiling/test_sampling_profiler/test_integration.py

diff --git a/Lib/test/test_profiling/test_sampling_profiler/test_integration.py 
b/Lib/test/test_profiling/test_sampling_profiler/test_integration.py
index c6731e956391a91..3487647b76683ee 100644
--- a/Lib/test/test_profiling/test_sampling_profiler/test_integration.py
+++ b/Lib/test/test_profiling/test_sampling_profiler/test_integration.py
@@ -686,8 +686,6 @@ def test_script_error_treatment(self):
                 "-m",
                 "profiling.sampling.cli",
                 "run",
-                "-d",
-                "1",
                 script_file.name,
             ],
             capture_output=True,

_______________________________________________
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