Skip to content

Commit

Permalink
Ignore numpy.core deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Oct 18, 2023
1 parent e7b6820 commit a09c6a3
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 a09c6a3

Please sign in to comment.