diff --git a/spacy/tests/regression/test_issue758.py b/spacy/tests/regression/test_issue758.py index 2ddba9975..c0bbb6945 100644 --- a/spacy/tests/regression/test_issue758.py +++ b/spacy/tests/regression/test_issue758.py @@ -5,8 +5,6 @@ from ...matcher import merge_phrase import pytest - - @pytest.mark.models def test_issue758(): '''Test parser transition bug after label added.'''