fix error and ignore new warning in tests

This commit is contained in:
thomashacker 2022-11-11 15:59:06 +01:00
parent bf5790f6cc
commit 6b4b68e22e

View File

@ -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",
[ [