Skip to content

Commit 27f1167

Browse files
committed
add scope module for reranker fixture
1 parent cd9759d commit 27f1167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests/test_hana_reranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def teardown_module(module): # type: ignore[no-untyped-def]
2626
config.conn = None
2727

2828

29-
@pytest.fixture
29+
@pytest.fixture(scope="module")
3030
def reranker():
3131
return HanaReranker(
3232
connection=config.conn,

0 commit comments

Comments
 (0)