mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Mark parser/NER tests as slow
This commit is contained in:
parent
8f1acfbc40
commit
4b1b82378b
|
@ -623,6 +623,7 @@ def test_is_distillable():
|
||||||
assert ner.is_distillable
|
assert ner.is_distillable
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.slow
|
||||||
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
|
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
|
||||||
def test_distill(max_moves):
|
def test_distill(max_moves):
|
||||||
teacher = English()
|
teacher = English()
|
||||||
|
|
|
@ -463,6 +463,7 @@ def test_is_distillable():
|
||||||
assert parser.is_distillable
|
assert parser.is_distillable
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.slow
|
||||||
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
|
@pytest.mark.parametrize("max_moves", [0, 1, 5, 100])
|
||||||
def test_distill(max_moves):
|
def test_distill(max_moves):
|
||||||
teacher = English()
|
teacher = English()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user