chore: remove redundant word in comment (#2492)

Signed-off-by: liangmulu <liangmulu@outlook.com>
This commit is contained in:
Hanlu
2025-07-09 13:57:38 +01:00
committed by GitHub
parent 75b1860702
commit 157d81eddb
+1 -1
View File
@@ -189,7 +189,7 @@ def test_bare_pytest_invocation(
tmp_path: Path, capfd: pytest.CaptureFixture[str], test_runner: str
) -> None:
"""
Check that if a user runs pytest in the the test cwd without setting
Check that if a user runs pytest in the test cwd without setting
test-sources, it raises a helpful error
"""
project_dir = tmp_path / "project"