Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6673be5

Browse files
committed
Unmark fixed tests
1 parent 5d68313 commit 6673be5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_descr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,8 +1851,6 @@ def __init__(self, foo):
18511851
object.__init__(A(3))
18521852
self.assertRaises(TypeError, object.__init__, A(3), 5)
18531853

1854-
@unittest.expectedFailure
1855-
@unittest.skip("TODO: RUSTPYTHON")
18561854
def test_restored_object_new(self):
18571855
class A(object):
18581856
def __new__(cls, *args, **kwargs):

0 commit comments

Comments
 (0)