]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-150720: Remove '-d 1' in test_script_error_treatment (#150736)
authorLászló Kiss Kollár <kiss.kollar.laszlo@gmail.com>
Tue, 2 Jun 2026 00:51:51 +0000 (01:51 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 00:51:51 +0000 (00:51 +0000)
Lib/test/test_profiling/test_sampling_profiler/test_integration.py

index c6731e956391a9136c63ed6f5ff6eba8e2ce507e..3487647b76683eec759ee3e8483f364d31325c02 100644 (file)
@@ -686,8 +686,6 @@ class TestSampleProfilerErrorHandling(unittest.TestCase):
                 "-m",
                 "profiling.sampling.cli",
                 "run",
-                "-d",
-                "1",
                 script_file.name,
             ],
             capture_output=True,