mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +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
|
||||
|
||||
|
||||
@pytest.mark.filterwarnings("ignore:\\[W124")
|
||||
@pytest.mark.parametrize(
|
||||
"lang,target",
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue
Block a user