From 77a57c7570fa77ea7ccac72286369b56df8509da Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 2 Feb 2015 14:06:11 -0500 Subject: _clear_type_cache is cpython-only --- Lib/test/test_sys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 1e1bdbe..ab35ba4 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -425,6 +425,7 @@ class SysModuleTest(unittest.TestCase): self.assertEqual(type(getattr(sys.flags, attr)), int, attr) self.assertTrue(repr(sys.flags)) + @test.test_support.cpython_only def test_clear_type_cache(self): sys._clear_type_cache() -- cgit v0.12