From daf8ae4f2e89d963d416c5f48d317443ab65c50d Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 6 Mar 2023 13:27:07 +0100 Subject: [PATCH] Reenable test with ignored deprecation warning --- spacy/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index b1c975f4c..752750d33 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -1125,7 +1125,7 @@ def test_cli_find_threshold(capsys): ) -@pytest.mark.skip +@pytest.mark.filterwarnings("ignore::DeprecationWarning") @pytest.mark.parametrize( "reqs,output", [