Skip to content

Commit 4981caf

Browse files
make ignore actually work
1 parent 4647609 commit 4981caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ filterwarnings = [
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",
529529
# https://github.com/numpy/numpy/pull/29301
530-
"ignore:dtype::numpy",
530+
"ignore:.*align should be passed:",
531531
]
532532
junit_family = "xunit2"
533533
markers = [

0 commit comments

Comments
 (0)