Skip to content

Commit dff9c40

Browse files
committed
Do not run cython coverage extension
Hasn't really been working well, and it doesn't work in 3.13 anyways.
1 parent 9af9d62 commit dff9c40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ setup-args = [
124124
[tool.coverage.run]
125125
branch = true
126126
source = ["discretize", "tests", "examples", "tutorials"]
127-
plugins = [
128-
"Cython.Coverage",
129-
]
127+
# plugins = [
128+
# "Cython.Coverage",
129+
# ]
130130

131131
[tool.coverage.report]
132132
ignore_errors = false

0 commit comments

Comments
 (0)