--- typeguard-4.2.1/pyproject.toml.orig +++ typeguard-4.2.1/pyproject.toml @@ -104,7 +104,7 @@ [testenv] extras = test -commands = coverage run -m pytest {posargs} +commands = python -m coverage run -m pytest {posargs} package = editable [testenv:docs]