mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 02:29:26 +00:00
close connections
This commit is contained in:
parent
22077e7f32
commit
fa100c77fd
7 changed files with 13 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ async def sqlite_kvstore(tmp_path):
|
|||
kvstore = SqliteKVStoreImpl(kvstore_config)
|
||||
await kvstore.initialize()
|
||||
yield kvstore
|
||||
await kvstore.close()
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue