mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
We don't really need the name of the test in the "test skipped" msg, and
having it there causes the line to wrap.
This commit is contained in:
parent
283ead8bf2
commit
6782d6aa91
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if (sys.platform.startswith("win") or sys.platform=="riscos" or
|
|||
# link counts, and that causes test_listfolders() here to get back
|
||||
# an empty list from its call of listallfolders().
|
||||
# The other tests here pass on Windows.
|
||||
raise TestSkipped("test_mhlib skipped on %s -- " % sys.platform +
|
||||
raise TestSkipped("skipped on %s -- " % sys.platform +
|
||||
"too many Unix assumptions")
|
||||
|
||||
_mhroot = TESTFN+"_MH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue