python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pipdeptree / patches / 01-tox-no-diff-cover.patch
blobbac502654c31b104d439861e927bcfb487a3bdff
1 We cannot compare against origin/main branch because we build from sdist, not git.
3 --- pipdeptree-2.23.4/tox.ini.orig
4 +++ pipdeptree-2.23.4/tox.ini
5 @@ -33,7 +33,6 @@
6 --cov-report html:{env_tmp_dir}{/}htmlcov --cov-report xml:{work_dir}{/}coverage.{env_name}.xml \
7 --junitxml {work_dir}{/}junit.{env_name}.xml \
8 tests}
9 - diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {work_dir}{/}coverage.{env_name}.xml --fail-under 100
11 [testenv:fix]
12 description = format the code base to adhere to our styles, and complain about what we cannot do automatically
13 --- pipdeptree-2.23.4/pyproject.toml.orig
14 +++ pipdeptree-2.23.4/pyproject.toml
15 @@ -49,7 +49,6 @@
17 optional-dependencies.test = [
18 "covdefaults>=2.3",
19 - "diff-cover>=9.1.1",
20 "pytest>=8.3.2",
21 "pytest-console-scripts>=1.4.1",
22 "pytest-cov>=5",