Skip to content

Commit

Permalink
Merge d760039 into 25ed7e9
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhmather committed Aug 11, 2018
2 parents 25ed7e9 + d760039 commit 01388d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/tests/test_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_valid(self): # type: () -> None
validate_int(0)
validate_int(1)

def test_long(self):
def test_long(self): # pragma: no cover
if six.PY3:
raise unittest.SkipTest("not relevant in python3")

Expand Down

0 comments on commit 01388d7

Please sign in to comment.