Skip to content

Commit 702e3ee

Browse files
ignore new numpy deprecation warning
1 parent 20a1bf4 commit 702e3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ filterwarnings = [
526526
"ignore:distutils Version classes are deprecated:DeprecationWarning:fsspec",
527527
# Can be removed once https://github.com/numpy/numpy/pull/24794 is merged
528528
"ignore:.*In the future `np.long` will be defined as.*:FutureWarning",
529+
"ignore:dtype(): align should be passed:numpy.exceptions.VisibleDeprecationWarning",
529530
]
530531
junit_family = "xunit2"
531532
markers = [

0 commit comments

Comments
 (0)