Mark parser/NER tests as slow

This commit is contained in:
Daniël de Kok 2023-02-01 13:35:39 +01:00
parent 8f1acfbc40
commit 4b1b82378b
2 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,7 @@ def test_is_distillable():
assert ner.is_distillable
@pytest.mark.slow
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
def test_distill(max_moves):
teacher = English()

View File

@ -463,6 +463,7 @@ def test_is_distillable():
assert parser.is_distillable
@pytest.mark.slow
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
def test_distill(max_moves):
teacher = English()