Skip to content

Commit 06a76b9

Browse files
committed
fix warning handling
1 parent a4a467c commit 06a76b9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ faulthandler_timeout = 1500
104104
xfail_strict = true
105105
filterwarnings = [
106106
"error",
107+
"module:The global interpreter lock:RuntimeWarning", # from pandas
107108
]
108109

109110
[tool.ruff]

bindings/python/uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)