From 80f3d798a71f43514384243f47e8fac2181d2b35 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:32:04 +0200 Subject: [PATCH] [3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: László Kiss Kollár --- .../test_profiling/test_sampling_profiler/test_integration.py | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.47.3