We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f312aa commit 22e4e95Copy full SHA for 22e4e95
src/_pytest/main.py
@@ -391,7 +391,7 @@ def _is_setuptools_in_pyproject_toml(toml: Path) -> bool:
391
392
393
def _in_build(path: Path) -> bool:
394
- """Attempt to detect if ``path`` is the root of a buildsystem's artifacts
+ """Detect if ``path`` is the root of a buildsystem's artifacts
395
by checking known dirnames patterns, and the presence of configuration in
396
the parent dir by checking for a setup.py, setup.cfg, or pyproject.toml.
397
"""
0 commit comments