From: Daniele Varrazzo Date: Mon, 19 Dec 2022 15:04:48 +0000 (+0000) Subject: test(numpy): drop test with deprecated alias X-Git-Tag: pool-3.2.0~70^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d7666be1d9dea98eaca9f3b8d389b9d2e25d0d;p=thirdparty%2Fpsycopg.git test(numpy): drop test with deprecated alias --- 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