Skip to content

Commit 9f312aa

Browse files
committed
Add description that norecursedirs ignores build
1 parent db9be29 commit 9f312aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
def pytest_addoption(parser: Parser) -> None:
5959
parser.addini(
6060
"norecursedirs",
61-
"Directory patterns to avoid for recursion",
61+
"Directory patterns to avoid collecting (defaults to ignore build artifacts)",
6262
type="args",
6363
default=[
6464
"*.egg",

0 commit comments

Comments
 (0)