mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Update conftest.py
This commit is contained in:
parent
76ce8b2662
commit
f135d663f7
|
@ -180,7 +180,7 @@ def tt_tokenizer():
|
||||||
def uk_tokenizer():
|
def uk_tokenizer():
|
||||||
pytest.importorskip("pymorphy2")
|
pytest.importorskip("pymorphy2")
|
||||||
pytest.importorskip("pymorphy2.lang")
|
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")
|
@pytest.fixture(scope="session")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user