From 456bb8a74c384bcef58d562525c5ce914b0bed76 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 6 Sep 2017 19:14:17 +0200 Subject: [PATCH] Unxfail and close #1305 --- spacy/tests/regression/test_issue1305.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/regression/test_issue1305.py b/spacy/tests/regression/test_issue1305.py index c75b42434..e123ce0ba 100644 --- a/spacy/tests/regression/test_issue1305.py +++ b/spacy/tests/regression/test_issue1305.py @@ -1,6 +1,5 @@ import pytest -@pytest.mark.xfail @pytest.mark.models('en') def test_issue1305(EN): '''Test lemmatization of English VBZ'''