mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-30 01:50:03 +03:00
Mark distill test as slow
This commit is contained in:
parent
7ce7672512
commit
e0d87f8b03
|
@ -807,6 +807,7 @@ def test_component_return():
|
|||
nlp("text")
|
||||
|
||||
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.parametrize("teacher_tagger_name", ["tagger", "teacher_tagger"])
|
||||
def test_distill(teacher_tagger_name):
|
||||
teacher = English()
|
||||
|
|
Loading…
Reference in New Issue
Block a user