mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Skip pickling the vocab in the tests
This commit is contained in:
parent
419edfab50
commit
48ce09687d
|
@ -45,6 +45,7 @@ def test_symbols(en_vocab):
|
|||
assert en_vocab.strings['PROB'] == PROB
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
def test_pickle_vocab(en_vocab):
|
||||
file_ = io.BytesIO()
|
||||
cloudpickle.dump(en_vocab, file_)
|
||||
|
|
Loading…
Reference in New Issue
Block a user