Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 6, 2016
2 parents c7d52bd + 4fb0195 commit 8039c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_packetizer.py
Expand Up @@ -84,8 +84,9 @@ def test_2_read(self):
self.assertEqual(1, m.get_int())
self.assertEqual(900, m.get_int())

@unittest.skipIf(sys.platform.startswith("win"), 'no SIGALRM on windows')
def test_3_closed(self):
if sys.platform.startswith("win"): # no SIGALRM on windows
return
rsock = LoopSocket()
wsock = LoopSocket()
rsock.link(wsock)
Expand Down

0 comments on commit 8039c73

Please sign in to comment.