Update pytest conf for sudachipy with Japanese (#5574)

This commit is contained in:
adrianeboyd 2020-06-11 10:23:50 +02:00 committed by Adriane Boyd
parent 0a70bd6281
commit 44967a3f9c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def it_tokenizer():
@pytest.fixture(scope="session")
def ja_tokenizer():
pytest.importorskip("fugashi")
pytest.importorskip("sudachipy")
return get_lang_class("ja").Defaults.create_tokenizer()