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 20a1bf4 commit 702e3eeCopy full SHA for 702e3ee
pyproject.toml
@@ -526,6 +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",
530
]
531
junit_family = "xunit2"
532
markers = [
0 commit comments