From 835070cedcc427bd111edf640fd923fa0a93ace8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 3 Oct 2020 19:35:10 +0200 Subject: [PATCH] Upd test --- spacy/tests/pipeline/test_pipe_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/pipeline/test_pipe_methods.py b/spacy/tests/pipeline/test_pipe_methods.py index d6d04f158..0b663fcb8 100644 --- a/spacy/tests/pipeline/test_pipe_methods.py +++ b/spacy/tests/pipeline/test_pipe_methods.py @@ -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):