Skip to content

Commit 4647609

Browse files
simplify further
1 parent 93235ed commit 4647609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ 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:numpy.exceptions.VisibleDeprecationWarning",
529+
# https://github.com/numpy/numpy/pull/29301
530+
"ignore:dtype::numpy",
530531
]
531532
junit_family = "xunit2"
532533
markers = [

0 commit comments

Comments
 (0)