[Twisted-Python] [Twisted-commits] r31216 - skip glib and gtk reactors in the new test

Itamar Turner-Trauring itamar at itamarst.org
Thu Mar 17 08:40:43 EDT 2011


On Wed, 2011-03-16 at 20:55 -0600, pahan at 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.




More information about the Twisted-Python mailing list