Andreas Wacknitz
2024-03-26 5db69dc840ef6ca3119a69dd356812721954d272
commit | author | age
a5a58a 1 We cannot compare against origin/main branch because we build from sdist, not git.
MT 2
e46de2 3 --- filelock-3.13.3/tox.ini.orig
MT 4 +++ filelock-3.13.3/tox.ini
a5a58a 5 @@ -31,7 +31,7 @@
MT 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 +    }
11  
12  [testenv:fix]
13  description = format the code base to adhere to our styles, and complain about what we cannot do automatically
e46de2 14 --- filelock-3.13.3/pyproject.toml.orig
MT 15 +++ filelock-3.13.3/pyproject.toml
c9d3d6 16 @@ -46,7 +46,6 @@
MT 17  optional-dependencies.testing = [
18    "covdefaults>=2.3",
f63131 19    "coverage>=7.3.2",
e46de2 20 -  "diff-cover>=8.0.1",
f63131 21    "pytest>=7.4.3",
c9d3d6 22    "pytest-cov>=4.1",
f63131 23    "pytest-mock>=3.12",