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 44a7ec2 commit 8f9c7a4Copy full SHA for 8f9c7a4
Lib/test/test_ipaddress.py
@@ -195,6 +195,8 @@ def test_invalid_scope_id_with_percent(self):
195
class AddressTestCase_v4(BaseTestCase, CommonTestMixin_v4):
196
factory = ipaddress.IPv4Address
197
198
+ # TODO: RUSTPYTHON
199
+ @unittest.expectedFailure
200
def test_format(self):
201
v4 = ipaddress.IPv4Address("1.2.3.42")
202
v4_pairs = [
@@ -307,6 +309,8 @@ def test_weakref(self):
307
309
class AddressTestCase_v6(BaseTestCase, CommonTestMixin_v6):
308
310
factory = ipaddress.IPv6Address
311
312
313
314
315
316
v6 = ipaddress.IPv6Address("::1.2.3.42")
0 commit comments