mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
SF patch #474590 -- RISC OS support
This commit is contained in:
parent
c6ac8a78f6
commit
e2ae77b8b8
33 changed files with 256 additions and 188 deletions
|
@ -12,8 +12,8 @@ import os, StringIO
|
|||
import sys
|
||||
import mhlib
|
||||
|
||||
if sys.platform.startswith("win"):
|
||||
raise TestSkipped("test_mhlib skipped on Windows -- "
|
||||
if sys.platform.startswith("win") or sys.platform=="riscos":
|
||||
raise TestSkipped("test_mhlib skipped on %s -- "%sys.platform +
|
||||
"too many Unix assumptions")
|
||||
|
||||
_mhroot = TESTFN+"_MH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue