Skip to content

Commit ef437ea

Browse files
authored
Remove incorrect choices comment (#6677)
1 parent cdc7e13 commit ef437ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/junitxml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def pytest_addoption(parser):
410410
"Write captured log messages to JUnit report: "
411411
"one of no|system-out|system-err",
412412
default="no",
413-
) # choices=['no', 'stdout', 'stderr'])
413+
)
414414
parser.addini(
415415
"junit_log_passing_tests",
416416
"Capture log information for passing tests to JUnit report: ",

0 commit comments

Comments
 (0)