Skip to content

Commit

Permalink
MAINT: try to silence some coverage warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jun 27, 2024
1 parent 4cb9024 commit e26f503
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,9 @@ namespaces = false

[tool.setuptools.dynamic]
version = {attr = "IPython.core.release.__version__"}

[tool.coverage.run]
omit = [
# omit everything in /tmp as we run tempfile
"/tmp/*",
]

0 comments on commit e26f503

Please sign in to comment.