8000
BUG:
BUG: np.dtype("a")
NumPy 2 deprecation seems not properly tested and raising fails.
#26521
Milestone
The following should either raise the
DeprecationWarning
properly, or life in the future and raise aTypeError
, but it doesn't raise anything:Probably there is no test for it in
test_deprecations.py
(since those tests automatically try to cover the failure path).The text was updated successfully, but these errors were encountered: