--- tomli-w-1.1.0/pyproject.toml.orig +++ tomli-w-1.1.0/pyproject.toml @@ -59,7 +59,7 @@ description = run tests against a built package deps = -r tests/requirements.txt commands = - pytest {posargs} + python -m pytest {posargs} [testenv:pre-commit] description = run linters