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 a7b6277 commit 6042330Copy full SHA for 6042330
src/_pytest/main.py
@@ -385,7 +385,7 @@ def _is_setuptools_in_pyproject_toml(toml: Path) -> bool:
385
386
387
def _in_build(path: Path) -> bool:
388
- """Attempt to detect if ``path`` is the root of a buildsystem's artifacts
+ """Detect if ``path`` is the root of a buildsystem's artifacts
389
by checking known dirnames patterns, and the presence of configuration in
390
the parent dir by checking for a setup.py, setup.cfg, or pyproject.toml.
391
"""
0 commit comments