We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702e3ee commit ae3b170Copy full SHA for ae3b170
pyproject.toml
@@ -526,7 +526,7 @@ filterwarnings = [
526
"ignore:distutils Version classes are deprecated:DeprecationWarning:fsspec",
527
# Can be removed once https://github.com/numpy/numpy/pull/24794 is merged
528
"ignore:.*In the future `np.long` will be defined as.*:FutureWarning",
529
- "ignore:dtype(): align should be passed:numpy.exceptions.VisibleDeprecationWarning",
+ "ignore:dtype\\(\\)\\: align should be passed:numpy.exceptions.VisibleDeprecationWarning",
530
]
531
junit_family = "xunit2"
532
markers = [
0 commit comments