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:
authorJohn Bauer <horatio@gmail.com>2022-10-26 03:02:28 +0300
committerJohn Bauer <horatio@gmail.com>2022-10-26 03:03:10 +0300
commitc9ff7f33472c295e1dd70ae2ee127d8cb6bedbc9 (patch)
treeea40d346fb57542a7fd502f324db3a2f52680478
parent74f6aacfc7bf0ac711b2fb7f570db4a2a7217767 (diff)
Mark this test with travis - not sure that is still relevant
-rw-r--r--stanza/tests/ner/test_ner_tagger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/tests/ner/test_ner_tagger.py b/stanza/tests/ner/test_ner_tagger.py
index 7db196e3..0a020d99 100644
--- a/stanza/tests/ner/test_ner_tagger.py
+++ b/stanza/tests/ner/test_ner_tagger.py
@@ -13,7 +13,7 @@ from stanza.utils.confusion import confusion_to_macro_f1
import stanza.utils.datasets.ner.prepare_ner_file as prepare_ner_file
from stanza.utils.training.run_ner import build_pretrain_args
-pytestmark = pytest.mark.pipeline
+pytestmark = [pytest.mark.travis, pytest.mark.pipeline]
EN_DOC = "Chris Manning is a good man. He works in Stanford University."