mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Update conftest.py
This commit is contained in:
parent
76ce8b2662
commit
f135d663f7
|
@ -180,7 +180,7 @@ def tt_tokenizer():
|
|||
def uk_tokenizer():
|
||||
pytest.importorskip("pymorphy2")
|
||||
pytest.importorskip("pymorphy2.lang")
|
||||
return util.get_lang_class("uk").Defaults.create_tokenizer()
|
||||
return get_lang_class("uk").Defaults.create_tokenizer()
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
|
|
Loading…
Reference in New Issue
Block a user