aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 7be8c9cdaaa..e25f296c240 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -698,6 +698,7 @@ class SysModuleTest(unittest.TestCase):
self.assertIn(c, range(b - 50, b + 50))
+@test.support.cpython_only
class SizeofTest(unittest.TestCase):
def setUp(self):