--- mdurl-0.1.2/pyproject.toml.orig +++ mdurl-0.1.2/pyproject.toml @@ -62,7 +62,7 @@ description = run tests deps = -r tests/requirements.txt commands = - pytest {posargs} + python -m pytest {posargs} '''