mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Skip test_ascii_formatd if _ctypes is not available (BSD, ...).
Previous change was incomplete (r79334).
This commit is contained in:
parent
a3c39c0f72
commit
27e024023c
2 changed files with 9 additions and 14 deletions
|
|
@ -1406,6 +1406,7 @@ _expectations = {
|
|||
""",
|
||||
'openbsd3':
|
||||
"""
|
||||
test_ascii_formatd
|
||||
test_bsddb
|
||||
test_bsddb3
|
||||
test_ctypes
|
||||
|
|
@ -1424,6 +1425,7 @@ _expectations = {
|
|||
""",
|
||||
'netbsd3':
|
||||
"""
|
||||
test_ascii_formatd
|
||||
test_bsddb
|
||||
test_bsddb185
|
||||
test_bsddb3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue