From 260f848c05fb2a329c12625633f9fde7da1046fb Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 26 Nov 2019 23:11:29 +0100 Subject: [PATCH] minor: remove outdated, superfluous comment --- src/_pytest/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/_pytest/main.py b/src/_pytest/main.py index 24b29a16f..f6cb17091 100644 --- a/src/_pytest/main.py +++ b/src/_pytest/main.py @@ -130,8 +130,6 @@ def pytest_addoption(parser): metavar="nodeid_prefix", help="deselect item (via node id prefix) during collection (multi-allowed).", ) - # when changing this to --conf-cut-dir, config.py Conftest.setinitial - # needs upgrading as well group.addoption( "--confcutdir", dest="confcutdir",