Skip to content

Commit

Permalink
Merge pull request #531 from larrybradley/numpy20-depr
Browse files Browse the repository at this point in the history
Ignore numpy.core deprecation warnings
  • Loading branch information
larrybradley authored Oct 18, 2023
2 parents e7b6820 + a09c6a3 commit d75892c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ filterwarnings = [
'ignore:unclosed file:ResourceWarning',
# python 3.12 deprecation in matplotlib 3.9dev
'ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
# NumPy 2.0dev deprecations
"ignore:.*numpy\\.core.*:DeprecationWarning",
]
markers = [
'array_compare'
Expand Down

0 comments on commit d75892c

Please sign in to comment.