From 7230b695f60e8b8e29e85266e27f7e254421ad9f Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Mon, 13 Nov 2023 16:34:02 +0100 Subject: [PATCH] Remove .issue mark. --- spacy_llm/tests/tasks/test_rel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy_llm/tests/tasks/test_rel.py b/spacy_llm/tests/tasks/test_rel.py index ae8ac196..e4c110ae 100644 --- a/spacy_llm/tests/tasks/test_rel.py +++ b/spacy_llm/tests/tasks/test_rel.py @@ -270,8 +270,8 @@ def test_incorrect_indexing(): @pytest.mark.external @pytest.mark.skipif(has_openai_key is False, reason="OpenAI API key not available") -@pytest.mark.issue(366) -def test_labels(request: FixtureRequest): +def test_labels_in_prompt(request: FixtureRequest): + """See https://github.com/explosion/spacy-llm/issues/366.""" config = Config().from_str(request.getfixturevalue("zeroshot_cfg_string")) config["components"].pop("ner") config.pop("initialize")