Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
components/python/pipdeptree/patches/01-tox-no-diff-cover.patch
@@ -1,7 +1,7 @@
We cannot compare against origin/main branch because we build from sdist, not git.
--- pipdeptree-2.16.2/tox.ini.orig
+++ pipdeptree-2.16.2/tox.ini
--- pipdeptree-2.17.0/tox.ini.orig
+++ pipdeptree-2.17.0/tox.ini
@@ -30,7 +30,6 @@
       --cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
       --junitxml {toxworkdir}{/}junit.{envname}.xml \
@@ -10,9 +10,9 @@
 
 [testenv:fix]
 description = format the code base to adhere to our styles, and complain about what we cannot do automatically
--- pipdeptree-2.16.2/pyproject.toml.orig
+++ pipdeptree-2.16.2/pyproject.toml
@@ -47,7 +47,6 @@
--- pipdeptree-2.17.0/pyproject.toml.orig
+++ pipdeptree-2.17.0/pyproject.toml
@@ -48,7 +48,6 @@
 ]
 optional-dependencies.test = [
   "covdefaults>=2.3",