perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / tomli_w / patches / 01-tox-pytest-indirectly.patch
blobfad791212cbc2cd881b99f179f9acad47049cccd
1 --- tomli-w-1.1.0/pyproject.toml.orig
2 +++ tomli-w-1.1.0/pyproject.toml
3 @@ -59,7 +59,7 @@
4 description = run tests against a built package
5 deps = -r tests/requirements.txt
6 commands =
7 - pytest {posargs}
8 + python -m pytest {posargs}
10 [testenv:pre-commit]
11 description = run linters