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 e6435ec commit e02d4a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,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',
]

[tool.coverage.run]
Expand Down

0 comments on commit e02d4a3

Please sign in to comment.