diff --git a/spacy/tests/parser/test_parse.py b/spacy/tests/parser/test_parse.py index dbede7edd..f63d56f69 100644 --- a/spacy/tests/parser/test_parse.py +++ b/spacy/tests/parser/test_parse.py @@ -405,6 +405,7 @@ def test_is_distillable(): @pytest.mark.slow @pytest.mark.parametrize("max_moves", [0, 1, 5, 100]) def test_distill(max_moves): + fix_random_seed(0) teacher = English() teacher_parser = teacher.add_pipe("parser") train_examples = []