Marcel Telka
2024-04-05 26ab531a0abac615aaedf17622ee2aa5e19c5114
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
We cannot compare against origin/main branch because we build from sdist, not git.
 
--- 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 \
       tests}
-    diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml --fail-under 100
 
 [testenv:fix]
 description = format the code base to adhere to our styles, and complain about what we cannot do automatically
--- pipdeptree-2.17.0/pyproject.toml.orig
+++ pipdeptree-2.17.0/pyproject.toml
@@ -48,7 +48,6 @@
 ]
 optional-dependencies.test = [
   "covdefaults>=2.3",
-  "diff-cover>=8.0.1",
   "pytest>=7.4.3",
   "pytest-cov>=4.1",
   "pytest-mock>=3.12",