Skip to content

Commit

Permalink
Turn warnings into exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 20, 2023
1 parent f432903 commit 9c4a05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ addopts = '--color=yes --doctest-rst'
xfail_strict = true
remote_data_strict = true
filterwarnings = [
'error', # turn warnings into exceptions
'ignore:numpy.ufunc size changed:RuntimeWarning',
'ignore:numpy.ndarray size changed:RuntimeWarning',
]

[tool.coverage.run]
Expand Down

0 comments on commit 9c4a05f

Please sign in to comment.