Mark distill test as slow

This commit is contained in:
Daniël de Kok 2023-01-30 10:14:05 +01:00
parent 7ce7672512
commit e0d87f8b03

View File

@ -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()