skip pure-python tests in mpdecimal

This commit is contained in:
ahgamut 2022-05-13 12:46:33 +05:30
parent c131b61d14
commit b12e6737c3

View file

@ -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)