Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
0a4c16 1 We cannot compare against origin/main branch because we build from sdist, not git.
MT 2
5e351e 3 --- tox-4.14.2/tox.ini.orig
MT 4 +++ tox-4.14.2/tox.ini
0a4c16 5 @@ -34,7 +34,6 @@
MT 6        --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
e2fb2f 7        -n={env:PYTEST_XDIST_AUTO_NUM_WORKERS:auto} \
0a4c16 8        tests --durations 5 --run-integration}
MT 9 -    diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}{/}coverage.{envname}.xml
10  
11  [testenv:fix]
12  description = format the code base to adhere to our styles, and complain about what we cannot do automatically
5e351e 13 --- tox-4.14.2/pyproject.toml.orig
MT 14 +++ tox-4.14.2/pyproject.toml
0a4c16 15 @@ -74,7 +74,6 @@
e2fb2f 16    "build[virtualenv]>=1.0.3",
0a4c16 17    "covdefaults>=2.3",
e2fb2f 18    "detect-test-pollution>=1.2",
MT 19 -  "diff-cover>=8.0.2",
20    "distlib>=0.3.8",
0a4c16 21    "flaky>=3.7",
e2fb2f 22    "hatch-vcs>=0.4",
5e351e 23 --- tox-4.14.2/PKG-INFO.orig
MT 24 +++ tox-4.14.2/PKG-INFO
25 @@ -54,7 +54,6 @@
26  Requires-Dist: build[virtualenv]>=1.0.3; extra == 'testing'
27  Requires-Dist: covdefaults>=2.3; extra == 'testing'
28  Requires-Dist: detect-test-pollution>=1.2; extra == 'testing'
29 -Requires-Dist: diff-cover>=8.0.2; extra == 'testing'
30  Requires-Dist: distlib>=0.3.8; extra == 'testing'
31  Requires-Dist: flaky>=3.7; extra == 'testing'
32  Requires-Dist: hatch-vcs>=0.4; extra == 'testing'