Update libs/community/tests/unit_tests/storage/test_sql.py

Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
This commit is contained in:
Alex Lee 2025-03-17 16:14:42 -07:00 committed by GitHub
parent a54ef5ab58
commit b4d50737ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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