From d0b85faf692ac37ff435c05148b0c7d7212effe1 Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 18 Mar 2017 17:06:49 +0100 Subject: [PATCH] Pass regression test for #401 (resolves #401) Fixed in new English models. --- spacy/tests/regression/test_issue401.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/regression/test_issue401.py b/spacy/tests/regression/test_issue401.py index d3fa3c00f..9d862cc65 100644 --- a/spacy/tests/regression/test_issue401.py +++ b/spacy/tests/regression/test_issue401.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import pytest -@pytest.mark.xfail @pytest.mark.models @pytest.mark.parametrize('text,i', [("Jane's got a new car", 1), ("Jane thinks that's a nice car", 3)])