mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
skip pure-python tests in mpdecimal
This commit is contained in:
parent
c131b61d14
commit
b12e6737c3
1 changed files with 1 additions and 0 deletions
1
third_party/python/Lib/test/test_decimal.py
vendored
1
third_party/python/Lib/test/test_decimal.py
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue