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
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 \
9 - diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {work_dir}{/}coverage.{env_name}.xml --fail-under 100
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
17 optional-dependencies.test = [
19 - "diff-cover>=9.1.1",
21 "pytest-console-scripts>=1.4.1",