help: --deselect: mention that this uses node id prefixes (#6770)
Ref: https://github.com/pytest-dev/pytest/issues/6751
This commit is contained in:
parent
81a9df6ed1
commit
4c9b850e13
|
@ -128,7 +128,7 @@ def pytest_addoption(parser):
|
||||||
"--deselect",
|
"--deselect",
|
||||||
action="append",
|
action="append",
|
||||||
metavar="nodeid_prefix",
|
metavar="nodeid_prefix",
|
||||||
help="deselect item 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
|
# when changing this to --conf-cut-dir, config.py Conftest.setinitial
|
||||||
# needs upgrading as well
|
# needs upgrading as well
|
||||||
|
|
Loading…
Reference in New Issue