Skip to content

Commit 93235ed

Browse files
check only first word
1 parent ae3b170 commit 93235ed

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
@@ -526,7 +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",
529+
"ignore:dtype:numpy.exceptions.VisibleDeprecationWarning",
530530
]
531531
junit_family = "xunit2"
532532
markers = [

0 commit comments

Comments
 (0)