diff --git a/pyproject.toml b/pyproject.toml index 425a4e6b..2ccf8c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -471,7 +471,7 @@ allowlist_externals = ["pytest"] commands = [ [ "pytest", - {replace = "posargs", default = ["src", "tests"], extend = true}, + {replace = "posargs", extend = true}, "--cov-fail-under=75", "--cov-report=html", "--cov-report=xml",