--- validators-0.35.0/pyproject.toml.orig +++ validators-0.35.0/pyproject.toml @@ -195,5 +195,5 @@ description = unit tests deps = pytest -commands = pytest . +commands = python -m pytest . """