From acf54574c4ab9009b4a5d29e4a58a886dbb5c920 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 30 Jan 2007 21:51:57 +0100 Subject: [PATCH] [svn r37638] Re-enabled the tests on win32 --HG-- branch : trunk --- py/apigen/testing/test_apigen_example.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/py/apigen/testing/test_apigen_example.py b/py/apigen/testing/test_apigen_example.py index fb5cf68bc..d7639e093 100644 --- a/py/apigen/testing/test_apigen_example.py +++ b/py/apigen/testing/test_apigen_example.py @@ -8,10 +8,6 @@ from py.__.apigen.project import Project from py.__.test.web import webcheck from py.__.apigen.conftest import option -def setup_module(mod): - if py.std.sys.platform == "win32": - py.test.skip("apigen does not fully support win32 yet") - def run_string_sequence_test(data, seq): currpos = -1 for s in seq: