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 45a2c0d commit 7302eaaCopy full SHA for 7302eaa
tests/maxminddb_test.py
@@ -63,13 +63,6 @@ def test_decoder(self):
63
record['uint128']
64
)
65
66
- def test_ipv6_address_in_ipv4_database(self):
67
- reader = Reader('tests/data/test-data/MaxMind-DB-test-ipv4-24.mmdb')
68
- with self.assertRaisesRegex(ValueError,
69
- 'The value "2001::" is not a valid IP '
70
- 'address.'):
71
- reader.get('2001::')
72
-
73
def test_broken_database(self):
74
reader = Reader('tests/data/test-data/'
75
'GeoIP2-City-Test-Broken-Double-Format.mmdb')
0 commit comments