mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows.
This commit is contained in:
parent
e3944a5e1e
commit
42a40c59a0
7 changed files with 14 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
import syslog
|
||||
import unittest
|
||||
from test import support
|
||||
syslog = support.import_module("syslog") #skip if not supported
|
||||
import unittest
|
||||
|
||||
# XXX(nnorwitz): This test sucks. I don't know of a platform independent way
|
||||
# to verify that the messages were really logged.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue