mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 15:46:47 +00:00
Update libs/community/tests/unit_tests/storage/test_sql.py
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
This commit is contained in:
parent
a54ef5ab58
commit
b4d50737ac
@ -93,7 +93,6 @@ def test_sample_sql_docstore_with_document(sql_store: SQLStore) -> None:
|
||||
assert [key for key in sql_store.yield_keys()] == ["key2"]
|
||||
|
||||
|
||||
|
||||
@pytest.mark.requires("aiosqlite")
|
||||
async def test_async_sample_sql_docstore(async_sql_store: SQLStore) -> None:
|
||||
# Set values for keys
|
||||
|
Loading…
Reference in New Issue
Block a user