mirror of https://github.com/explosion/spaCy.git
Remove old unused pickle test
This commit is contained in:
parent
c9671329dc
commit
0cdb6ea61d
|
@ -1,17 +0,0 @@
|
||||||
import pytest
|
|
||||||
|
|
||||||
import pickle
|
|
||||||
import cloudpickle
|
|
||||||
|
|
||||||
import io
|
|
||||||
|
|
||||||
|
|
||||||
#@pytest.mark.models
|
|
||||||
#def test_pickle(EN):
|
|
||||||
# file_ = io.BytesIO()
|
|
||||||
# cloudpickle.dump(EN.parser, file_)
|
|
||||||
#
|
|
||||||
# file_.seek(0)
|
|
||||||
#
|
|
||||||
# loaded = pickle.load(file_)
|
|
||||||
#
|
|
Loading…
Reference in New Issue