Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaysoni committed Nov 30, 2020
1 parent ae11e07 commit a8bead7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ def no_answer_prediction(no_answer_reader, test_docs_xs):


@pytest.fixture(params=["elasticsearch", "faiss", "memory", "sql"])
def document_store_with_docs(
request, test_docs_xs, elasticsearch_fixture):
def document_store_with_docs(request, test_docs_xs):
document_store = get_document_store(request.param)
document_store.write_documents(test_docs_xs)
return document_store
Expand Down

0 comments on commit a8bead7

Please sign in to comment.