Hi,
gbp currently fails to build due to this package needing a newer
python3-coverage per pyproject.toml:
"coverage[toml]>=7.10.6",
Here's the excerpt from gbp's build log:
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 107, in _fetch_build_egg_no_warn
subprocess.check_call(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/usr/lib/python3.14/subprocess.py", line 420, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.14', '-m',
'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
'/tmp/tmpwfmdvb4m', '--quiet', 'coverage[toml]>=7.10.6']' returned
non-zero exit status 1.
```
I assume this affects other packages build-depending on pytest's
coverage as well.
Cheers,
-- Guido