From 11d7666be1d9dea98eaca9f3b8d389b9d2e25d0d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 19 Dec 2022 15:04:48 +0000 Subject: [PATCH] test(numpy): drop test with deprecated alias --- tests/types/test_numpy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/types/test_numpy.py b/tests/types/test_numpy.py index fac83ed84..2eb04a64d 100644 --- a/tests/types/test_numpy.py +++ b/tests/types/test_numpy.py @@ -16,7 +16,6 @@ pytestmark = [pytest.mark.numpy] def test_classes_identities(): # Check if we know the class identities correctly. Maybe on different # platforms they are different. - assert np.bool_ is np.bool8 assert np.ubyte is np.uint8 assert np.ushort is np.uint16 assert np.uint is np.uint64 -- 2.47.3