fontconfig: fix configuration error in manifest; fix gcc-14 compile problems
[oi-userland.git] / components / python / Faker / patches / 01-no-coverage-report.patch
blob7f3698835249f175ce4fde27782bcfeef658325b
1 https://github.com/joke2k/faker/issues/2122
3 --- faker-33.1.0/tox.ini.orig
4 +++ faker-33.1.0/tox.ini
5 @@ -15,7 +15,6 @@
6 commands =
7 coverage run --source=faker -m pytest {posargs}
8 coverage run --source=faker -a -m pytest --exclusive-faker-session tests/pytest/session_overrides {posargs}
9 - coverage report
11 [testenv:flake8]
12 basepython = python