Skip to content

Commit c813a07

Browse files
committed
Revert "exclude_also" rules for coverage
They're not compatible with the latest version for Python2, so we better stick to the standard "pragma: no cover" approach for compatibility.
1 parent 0cb3786 commit c813a07

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,3 @@ ignore = [
5555

5656
[tool.ruff.lint.pydocstyle]
5757
convention = "numpy"
58-
59-
[tool.coverage.report]
60-
exclude_also = [
61-
'no-cover:jython-only',
62-
'cover:jython',
63-
]

0 commit comments

Comments
 (0)