Skip to content

Commit f9debe8

Browse files
chore(deps): update dependency coverage to >=7.13.5,<7.14
1 parent c472080 commit f9debe8

2 files changed

Lines changed: 97 additions & 85 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ dev = [
184184
"pytest>=9.0.3,<10", # CVE-2025-71176 requires >=9.0.3 (Renovate #538)
185185
"pytest-asyncio>=1.3.0,<2",
186186
"pytest-cov>=7.0.0,<8",
187-
"coverage>=7.12.0,<7.13", # Pin: coverage 7.13.x introduced a regression where pytest-cov fails with "INTERNALERROR: Expected current collector to be ..." when tests spawn subprocesses (e.g., marimo server). Re-evaluate when coverage releases a fix.
187+
"coverage>=7.13.5,<7.14", # Pin: coverage 7.13.x introduced a regression where pytest-cov fails with "INTERNALERROR: Expected current collector to be ..." when tests spawn subprocesses (e.g., marimo server). Re-evaluate when coverage releases a fix.
188188
"pytest-docker>=3.2.5,<4",
189189
"pytest-durations>=1.6.1,<2",
190190
"pytest-env>=1.2.0,<2",

0 commit comments

Comments
 (0)