Skip to content

Commit 462ec0b

Browse files
committed
coverage
1 parent a92cc2f commit 462ec0b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ markers = [
191191

192192
[tool.coverage]
193193
run.source = ["array_api_extra"]
194-
report.exclude_also = [
195-
'\.\.\.',
196-
'if TYPE_CHECKING:',
197-
]
198194

199195
# mypy
200196

src/array_api_extra/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__all__ = ["lazy_xp_function", "patch_lazy_xp_functions"]
2020

21-
if TYPE_CHECKING:
21+
if TYPE_CHECKING: # pragma: no cover
2222
# TODO move ParamSpec outside TYPE_CHECKING
2323
# depends on scikit-learn abandoning Python 3.9
2424
# https://github.com/scikit-learn/scikit-learn/pull/27910#issuecomment-2568023972

0 commit comments

Comments
 (0)