mirror of https://github.com/explosion/spaCy.git
* Mark tests that require models
This commit is contained in:
parent
20b8c3e281
commit
7b340912d4
|
@ -59,6 +59,7 @@ def test_noun_chunk_spans(nlp):
|
|||
# NP three noun chunks <-- has
|
||||
|
||||
|
||||
@pytest.mark.models
|
||||
def test_count_by(nlp):
|
||||
# from spacy.en import English, attrs
|
||||
# nlp = English()
|
||||
|
|
Loading…
Reference in New Issue