Skip to content

Commit

Permalink
travis: udp skip complete test on unsupported pypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 13, 2016
1 parent 764b28b commit f93cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_udp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def interface_addresses():
yield MULTICAST_ADDRESS


@common.skip_pypy((2, 5, 0))
@common.skip_pypy((4, 0, 0))
class TestUDP(common.TestCase):
def test_udp(self):
self.datagram = None
Expand Down

0 comments on commit f93cb42

Please sign in to comment.