ignore warning in test_language_matching

This commit is contained in:
thomashacker 2022-11-11 16:30:35 +01:00
parent cb0a7aa230
commit 0ace0fba49

View File

@ -543,7 +543,7 @@ def test_spacy_blank():
assert nlp.config["training"]["dropout"] == 0.2
assert nlp.meta["name"] == "my_custom_model"
@pytest.mark.filterwarnings("ignore:\\[W124")
@pytest.mark.parametrize(
"lang,target",
[