This commit is contained in:
Matthew Honnibal 2020-10-03 19:35:10 +02:00
parent 70b9de8e58
commit 835070cedc
1 changed files with 1 additions and 1 deletions

View File

@ -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):