Skip to content

Commit

Permalink
Merge pull request #1953 from larrybradley/pytest-warnings
Browse files Browse the repository at this point in the history
Remove pytest filterwarnings
  • Loading branch information
larrybradley authored Nov 19, 2024
2 parents f8f06a2 + 52a7ae1 commit daf655a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@ 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 daf655a

Please sign in to comment.