mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746)
Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
This commit is contained in:
parent
8fcec28e66
commit
80f3d798a7
1 changed files with 0 additions and 2 deletions
|
|
@ -686,8 +686,6 @@ def test_script_error_treatment(self):
|
|||
"-m",
|
||||
"profiling.sampling.cli",
|
||||
"run",
|
||||
"-d",
|
||||
"1",
|
||||
script_file.name,
|
||||
],
|
||||
capture_output=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue