* Don't try to pickle the tokenizer

This commit is contained in:
Matthew Honnibal 2016-02-06 14:09:05 +01:00
parent dcb401f3e1
commit 7f24229f10

View File

@ -8,7 +8,7 @@ import cloudpickle
import tempfile
@pytest.mark.models
@pytest.mark.xfail
def test_pickle(en_tokenizer):
file_ = io.BytesIO()
cloudpickle.dump(en_tokenizer, file_)