Skip to content

Commit

Permalink
Remove pytest filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 19, 2024
1 parent f8f06a2 commit 0dcfebd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ 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',
# photutils.datasets.make deprecation
'ignore:photutils.datasets.make is deprecated:DeprecationWarning',
]

[tool.coverage.run]
Expand Down

0 comments on commit 0dcfebd

Please sign in to comment.