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:
@@ -11,6 +11,7 @@ dependencies = [
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"coverage>=7.15.0",
|
||||
"ruff>=0.15.17",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user