https://github.com/python/cpython/commit/80f3d798a71f43514384243f47e8fac2181d2b35 commit: 80f3d798a71f43514384243f47e8fac2181d2b35 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-06-02T14:32:04+03:00 summary:
[3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746) Co-authored-by: László Kiss Kollár <[email protected]> files: M Lib/test/test_profiling/test_sampling_profiler/test_integration.py 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 c6731e956391a91..3487647b76683ee 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 @@ def test_script_error_treatment(self): "-m", "profiling.sampling.cli", "run", - "-d", - "1", script_file.name, ], capture_output=True, _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
