python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / Faker / patches / 01-no-coverage-report.patch
blob522c893164a0ab970b0459843f29eb1a2ecd3882
1 https://github.com/joke2k/faker/issues/2122
3 --- faker-33.0.0/tox.ini.orig
4 +++ faker-33.0.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