mirror of https://github.com/explosion/spaCy.git
Upd test
This commit is contained in:
parent
70b9de8e58
commit
835070cedc
|
@ -355,7 +355,7 @@ def test_pipe_methods_frozen():
|
||||||
"parser",
|
"parser",
|
||||||
"ner",
|
"ner",
|
||||||
"textcat",
|
"textcat",
|
||||||
pytest.param("morphologizer", marks=pytest.mark.xfail),
|
"morphologizer"
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_pipe_label_data_exports_labels(pipe):
|
def test_pipe_label_data_exports_labels(pipe):
|
||||||
|
|
Loading…
Reference in New Issue