Skip to content

Commit c1f71f5

Browse files
committed
Unmark resolved tests
1 parent b50f7c5 commit c1f71f5

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_copy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,6 @@ def __replace__(self, **changes):
934934
self.assertEqual(attrs(copy.replace(a, y=2)), (11, 2, 13))
935935
self.assertEqual(attrs(copy.replace(a, x=1, y=2)), (1, 2, 3))
936936

937-
# TODO: RUSTPYTHON
938-
@unittest.expectedFailure
939937
def test_namedtuple(self):
940938
from collections import namedtuple
941939
from typing import NamedTuple

Lib/test/test_inspect/test_inspect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ class C:
902902
class TestGetsourceStdlib(unittest.TestCase):
903903
# Test Python implementations of the stdlib modules
904904

905-
@unittest.expectedFailure # TODO: RUSTPYTHON
906905
def test_getsource_stdlib_collections_abc(self):
907906
import collections.abc
908907
lines, lineno = inspect.getsourcelines(collections.abc.Sequence)

0 commit comments

Comments
 (0)