Skip to content

Commit

Permalink
Ignore numpy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jan 5, 2025
1 parent d92183f commit 7ed545f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ filterwarnings = [
# Ignore invalid warnings when running earlier versions of SQLAlchemy (we
# know they are invalid because our standard tests run the latest version)
"ignore:Deprecated API features detected.*:DeprecationWarning",
# numpy import can generate this warning in Python 3.13 on certain runners
"ignore:.*numpy\\.longdouble.*:UserWarning"
]
xfail_strict = true

Expand Down

0 comments on commit 7ed545f

Please sign in to comment.