From ef437ea44831c949650376c24f925a023f4192db Mon Sep 17 00:00:00 2001 From: Minuddin Ahmed Rana Date: Thu, 6 Feb 2020 01:45:21 +0600 Subject: [PATCH] Remove incorrect choices comment (#6677) --- src/_pytest/junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/junitxml.py b/src/_pytest/junitxml.py index 206e44d96..c99c79f10 100644 --- a/src/_pytest/junitxml.py +++ b/src/_pytest/junitxml.py @@ -410,7 +410,7 @@ def pytest_addoption(parser): "Write captured log messages to JUnit report: " "one of no|system-out|system-err", default="no", - ) # choices=['no', 'stdout', 'stderr']) + ) parser.addini( "junit_log_passing_tests", "Capture log information for passing tests to JUnit report: ",