diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py index a8608abbcd4..ee1f5dbd7c3 100644 --- a/Lib/test/test_functools.py +++ b/Lib/test/test_functools.py @@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial): def test_pickle(self): raise unittest.SkipTest("Python implementation of partial isn't picklable") - + def test_repr(self): raise unittest.SkipTest("Python implementation of partial uses own repr")