Re-add slow marker

This commit is contained in:
Ines Montani 2019-11-20 13:15:59 +01:00
parent 6e303de717
commit 7f3b00164a
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ LANGUAGES = [
"ur",
]
# @pytest.mark.slow
@pytest.mark.slow
@pytest.mark.parametrize("lang", LANGUAGES)
def test_tokenizer_explain(lang):
nlp = get_lang_class(lang)()