From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:32:04 +0000 (+0200) Subject: [3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746) X-Git-Tag: v3.15.0b2~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=80f3d798a71f43514384243f47e8fac2181d2b35;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746) Co-authored-by: László Kiss Kollár --- 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 c6731e956391..3487647b7668 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 @@ class TestSampleProfilerErrorHandling(unittest.TestCase): "-m", "profiling.sampling.cli", "run", - "-d", - "1", script_file.name, ], capture_output=True,