mirror of https://github.com/explosion/spaCy.git
Re-add slow marker
This commit is contained in:
parent
6e303de717
commit
7f3b00164a
|
@ -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)()
|
||||
|
|
Loading…
Reference in New Issue