From 3356a2e2f03f52c4e53b9a950143872338e72334 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 f8a9e5e..f86c7c1 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -539,6 +539,7 @@ class SysModuleTest(unittest.TestCase): test.support.get_attribute(sys, "getwindowsversion") self.assert_raise_on_new_sys_type(sys.getwindowsversion()) + @test.test_support.cpython_only def test_clear_type_cache(self): sys._clear_type_cache() -- cgit v0.12