From: László Kiss Kollár Date: Tue, 2 Jun 2026 00:51:51 +0000 (+0100) Subject: gh-150720: Remove '-d 1' in test_script_error_treatment (#150736) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f4426654fd293a206e7df1fc2b219d2423d85fd7;p=thirdparty%2FPython%2Fcpython.git gh-150720: Remove '-d 1' in test_script_error_treatment (#150736) --- 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,