mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
fix error and ignore new warning in tests
This commit is contained in:
parent
bf5790f6cc
commit
6b4b68e22e
|
@ -569,7 +569,7 @@ def test_language_matching(lang, target):
|
||||||
"""
|
"""
|
||||||
assert find_matching_language(lang) == target
|
assert find_matching_language(lang) == target
|
||||||
|
|
||||||
|
@pytest.mark.filterwarnings("ignore:\\[W124")
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"lang,target",
|
"lang,target",
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user