This commit is contained in:
Matthew Honnibal 2020-10-03 19:35:10 +02:00
parent 70b9de8e58
commit 835070cedc

View File

@ -355,7 +355,7 @@ def test_pipe_methods_frozen():
"parser",
"ner",
"textcat",
pytest.param("morphologizer", marks=pytest.mark.xfail),
"morphologizer"
],
)
def test_pipe_label_data_exports_labels(pipe):