Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/tests/lemma/test_lemma_trainer.py')
-rw-r--r--stanza/tests/lemma/test_lemma_trainer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/tests/lemma/test_lemma_trainer.py b/stanza/tests/lemma/test_lemma_trainer.py
index 24a58b57..dd6a1777 100644
--- a/stanza/tests/lemma/test_lemma_trainer.py
+++ b/stanza/tests/lemma/test_lemma_trainer.py
@@ -13,7 +13,7 @@ from stanza.tests import *
pytestmark = [pytest.mark.pipeline, pytest.mark.travis]
-@pytest.fixture
+@pytest.fixture(scope="module")
def english_model():
models_path = os.path.join(TEST_MODELS_DIR, "en", "lemma", "*")
models = glob.glob(models_path)