mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 21:30:22 +03:00
Remove xfailed uk lemmatizer cases
This commit is contained in:
parent
df127bfe33
commit
3abc253824
|
@ -17,10 +17,8 @@ def test_uk_lemmatizer(uk_lemmatizer):
|
|||
"word,lemma",
|
||||
(
|
||||
("якийсь", "якийсь"),
|
||||
pytest.param("зеленої", "зелений", marks=pytest.mark.xfail()),
|
||||
("розповідають", "розповідати"),
|
||||
("розповіси", "розповісти"),
|
||||
pytest.param("телятові", "теля", marks=pytest.mark.xfail()),
|
||||
),
|
||||
)
|
||||
def test_uk_lookup_lemmatizer(uk_lookup_lemmatizer, word, lemma):
|
||||
|
|
Loading…
Reference in New Issue
Block a user