]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test(numpy): drop test with deprecated alias
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 19 Dec 2022 15:04:48 +0000 (15:04 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Aug 2023 14:21:30 +0000 (15:21 +0100)
tests/types/test_numpy.py

index fac83ed84dc7abfa2e86dcf1db8422b6ad62af4d..2eb04a64d8220a0e26cb382be8fe146e59f9366c 100644 (file)
@@ -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