mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Don't try to pickle the tokenizer
This commit is contained in:
parent
dcb401f3e1
commit
7f24229f10
|
@ -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_)
|
||||
|
|
Loading…
Reference in New Issue
Block a user