diff --git a/third_party/python/Lib/test/test_decimal.py b/third_party/python/Lib/test/test_decimal.py index d36b3c9b4..bed37d56e 100644 --- a/third_party/python/Lib/test/test_decimal.py +++ b/third_party/python/Lib/test/test_decimal.py @@ -5631,6 +5631,7 @@ all_tests = [ if not C: all_tests = all_tests[1::2] else: + all_tests = all_tests[0::2] all_tests.insert(0, CheckAttributes) all_tests.insert(1, SignatureTest)