Skip to content

Commit e26f503

Browse files
committed
MAINT: try to silence some coverage warnings
1 parent 4cb9024 commit e26f503

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,9 @@ namespaces = false
367367

368368
[tool.setuptools.dynamic]
369369
version = {attr = "IPython.core.release.__version__"}
370+
371+
[tool.coverage.run]
372+
omit = [
373+
# omit everything in /tmp as we run tempfile
374+
"/tmp/*",
375+
]

0 commit comments

Comments
 (0)