python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / filelock / patches / 01-tox-no-diff-cover.patch
bloba7edb7067348cd033f011a7bf1d524e4c83ea71b
1 We cannot compare against origin/main branch because we build from sdist, not git.
3 --- filelock-3.16.1/tox.ini.orig
4 +++ filelock-3.16.1/tox.ini
5 @@ -32,7 +32,7 @@
6 --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \
7 --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
8 tests
9 - diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml}
10 + }
12 [testenv:fix]
13 description = format the code base to adhere to our styles, and complain about what we cannot do automatically
14 --- filelock-3.16.1/pyproject.toml.orig
15 +++ filelock-3.16.1/pyproject.toml
16 @@ -49,7 +49,6 @@
17 optional-dependencies.testing = [
18 "covdefaults>=2.3",
19 "coverage>=7.6.1",
20 - "diff-cover>=9.2",
21 "pytest>=8.3.3",
22 "pytest-asyncio>=0.24",
23 "pytest-cov>=5",