[svn r38824] skip these tests on win32

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-14 14:11:34 +01:00
parent f6040733dc
commit 96355656ce
1 changed files with 3 additions and 6 deletions

View File

@ -13,13 +13,10 @@ from py.__.apigen.tracer.testing.runtest import cut_pyc
from py.__.apigen.tracer.description import FunctionDesc
from py.__.apigen.tracer import model
from py.__.apigen.tracer.permastore import PermaDocStorage
# from pypy.annotation import model
#except ImportError, s:
# py.test.skip("Cannot import: %s" % str(s))
#def setup_module(mod):
# data_path = py.path.local(mod.__file__).dirpath().join("data")
# sys.path.insert(0, str(data_path))
def setup_module(mod):
if py.std.sys.platform == "win32":
py.test.skip("tracing on win32 not supported")
# XXX: Perma doc storage disabled a bit