minor: remove outdated, superfluous comment
This commit is contained in:
parent
7c0d1cad40
commit
260f848c05
|
@ -130,8 +130,6 @@ def pytest_addoption(parser):
|
||||||
metavar="nodeid_prefix",
|
metavar="nodeid_prefix",
|
||||||
help="deselect item (via node id prefix) during collection (multi-allowed).",
|
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(
|
group.addoption(
|
||||||
"--confcutdir",
|
"--confcutdir",
|
||||||
dest="confcutdir",
|
dest="confcutdir",
|
||||||
|
|
Loading…
Reference in New Issue