On Wed, 2011-03-16 at 20:55 -0600, pa...@wolfwood.twistedmatrix.com
wrote:

> +
> +        skippedReactors = ["Glib2Reactor", "Gtk2Reactor"]
> +        reactorClassName = reactor.__class__.__name__
> +        if reactorClassName in skippedReactors and platform.isWindows():
> +            raise SkipTest(
> +                "This test is broken on gtk/glib under Windows.")
> +

Shouldn't that be a todo, rather than a skip? Or maybe file a ticket.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to