repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
fad791212cbc2cd881b99f179f9acad47049cccd
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}
9
10
[testenv:pre-commit]
11
description = run linters