Skip to content

Commit

Permalink
Remove .issue mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Nov 13, 2023
1 parent 41a3aa5 commit 7230b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacy_llm/tests/tasks/test_rel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7230b69

Please sign in to comment.