Update pytest conf for sudachipy with Japanese (#5574)

This commit is contained in:
adrianeboyd 2020-06-11 10:23:50 +02:00 committed by GitHub
parent bab30e4ad2
commit fe167fcf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()