build: add coverage dev dependency; drop contextvars backport

Add coverage 7.15 to the dev group for test-coverage reporting. Remove
the erroneous contextvars>=2.4 runtime dependency: contextvars is part of
the standard library on Python 3.14, and the PyPI backport (with its
immutables dependency) would shadow it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 15:31:55 +02:00
parent 638f85fa07
commit 919a68ed3a
2 changed files with 45 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
[dependency-groups]
dev = [
"coverage>=7.15.0",
"ruff>=0.15.17",
]