Skip to content

Commit 097931e

Browse files
committed
ignore unpickling deprecation warnings
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
1 parent caa6064 commit 097931e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ xfail_strict = true
155155
filterwarnings = [
156156
"error",
157157
"ignore:As the c extension couldn't be imported:RuntimeWarning", # Ignore warning about pure python google_crc32c (on Python 3.14)
158+
"ignore:.*align should be passed as Python or NumPy boolean.*:numpy.exceptions.VisibleDeprecationWarning", # Old fixture files trigger numpy-internal dtype(align=0) warning (NumPy 2.4+)
158159
]
159160

160161
[tool.cibuildwheel]

0 commit comments

Comments
 (0)