Skip to content

Commit a7b6277

Browse files
committed
Add description that norecursedirs ignores build
1 parent 8875c82 commit a7b6277

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
@@ -57,7 +57,7 @@
5757
def pytest_addoption(parser: Parser) -> None:
5858
parser.addini(
5959
"norecursedirs",
60-
"Directory patterns to avoid for recursion",
60+
"Directory patterns to avoid collecting (defaults to ignore build artifacts)",
6161
type="args",
6262
default=[
6363
"*.egg",

0 commit comments

Comments
 (0)