Skip to content

Commit

Permalink
Add comment about turning warnings into exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 20, 2023
1 parent bc2cb68 commit c416ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ addopts = '--color=yes --doctest-rst'
xfail_strict = true
remote_data_strict = true
filterwarnings = [
'error',
'error', # turn warnings into exceptions
'ignore:numpy.ufunc size changed:RuntimeWarning',
'ignore:numpy.ndarray size changed:RuntimeWarning',
# numpy 1.24 deprecation from skimage (can remove for skimage >= 0.20)
Expand Down

0 comments on commit c416ef6

Please sign in to comment.