]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jun 2026 11:32:04 +0000 (13:32 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 11:32:04 +0000 (14:32 +0300)
Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
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,