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 93235ed commit 4647609Copy full SHA for 4647609
pyproject.toml
@@ -526,7 +526,8 @@ 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:numpy.exceptions.VisibleDeprecationWarning",
+ # https://github.com/numpy/numpy/pull/29301
530
+ "ignore:dtype::numpy",
531
]
532
junit_family = "xunit2"
533
markers = [
0 commit comments