Skip to content

Commit ae3b170

Browse files
escape characters
1 parent 702e3ee commit ae3b170

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\\(\\)\\: align should be passed:numpy.exceptions.VisibleDeprecationWarning",
530530
]
531531
junit_family = "xunit2"
532532
markers = [

0 commit comments

Comments
 (0)