diff --git a/py/apigen/testing/test_apigen_functional.py b/py/apigen/testing/test_apigen_functional.py index aabef01c6..f32cf3565 100644 --- a/py/apigen/testing/test_apigen_functional.py +++ b/py/apigen/testing/test_apigen_functional.py @@ -6,6 +6,9 @@ import py from py.__.apigen import apigen +def setup_module(mod): + if py.std.sys.platform == "win32": + py.test.skip("not supported with win32 yet") def setup_fs_project(name): temp = py.test.ensuretemp(name)