Skip to content

Commit b5550f5

Browse files
committed
Fix tests
1 parent 985680c commit b5550f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Lib/test/test_profiling/test_sampling_profiler

Lib/test/test_profiling/test_sampling_profiler/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ def test_cli_complex_script_arguments(self):
411411
"-v",
412412
"--output=/tmp/out",
413413
"positional",
414-
)
414+
),
415+
suppress_output=False
415416
)
416417

417418
def test_cli_collapsed_format_validation(self):

0 commit comments

Comments
 (0)