Skip to content

Commit

Permalink
Merge pull request #1737 from larrybradley/pytest-warn
Browse files Browse the repository at this point in the history
Remove no-longer-need pytest warning exceptions
  • Loading branch information
larrybradley committed May 15, 2024
2 parents a183c60 + e2a63ff commit c4c91ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ filterwarnings = [
'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)
'ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning',
# python 3.12 deprecation in matplotlib 3.9dev
'ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
# NumPy 2.0dev deprecations
"ignore:.*numpy\\.core.*:DeprecationWarning",
# photutils.datasets.make deprecation
'ignore:photutils.datasets.make is deprecated:DeprecationWarning',
]
Expand Down

0 comments on commit c4c91ee

Please sign in to comment.