Skip to content

Commit

Permalink
Partial enable of windows asyncio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Dec 19, 2023
1 parent 4af0d32 commit d24c187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_event_loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def setUp(self):
self.evl = urwid.SelectEventLoop()


@unittest.skipIf(IS_WINDOWS, "Windows is temporary not supported by AsyncioEventLoop.")
class AsyncioEventLoopTest(unittest.TestCase, EventLoopTestMixin):
def setUp(self):
self.evl = urwid.AsyncioEventLoop()
Expand Down

0 comments on commit d24c187

Please sign in to comment.