Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Skip Moses Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Jul 28, 2019
1 parent a643ad9 commit 838c271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/encoders/text/test_moses_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ def test_moses_encoder(encoder, input_):
assert encoder.decode(tokens) == expected_decode


@pytest.mark.skipif(
sys.version_info >= (3, 7), reason="Running NLTK moses with Python 3.7 halts on travis.")
def test_is_pickleable(encoder):
pickle.dumps(encoder)

0 comments on commit 838c271

Please sign in to comment.