diff options
-rw-r--r-- | Lib/test/test_functools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py index a8608ab..ee1f5db 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") |