Skip to content

Commit 8f9c7a4

Browse files
committed
mark failing tests from test_ipaddress
1 parent 44a7ec2 commit 8f9c7a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_ipaddress.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def test_invalid_scope_id_with_percent(self):
195195
class AddressTestCase_v4(BaseTestCase, CommonTestMixin_v4):
196196
factory = ipaddress.IPv4Address
197197

198+
# TODO: RUSTPYTHON
199+
@unittest.expectedFailure
198200
def test_format(self):
199201
v4 = ipaddress.IPv4Address("1.2.3.42")
200202
v4_pairs = [
@@ -307,6 +309,8 @@ def test_weakref(self):
307309
class AddressTestCase_v6(BaseTestCase, CommonTestMixin_v6):
308310
factory = ipaddress.IPv6Address
309311

312+
# TODO: RUSTPYTHON
313+
@unittest.expectedFailure
310314
def test_format(self):
311315

312316
v6 = ipaddress.IPv6Address("::1.2.3.42")

0 commit comments

Comments
 (0)