From b4d50737ac81d1eb9cdb975d9665554d818aa8d5 Mon Sep 17 00:00:00 2001 From: Alex Lee Date: Mon, 17 Mar 2025 16:14:42 -0700 Subject: [PATCH] Update libs/community/tests/unit_tests/storage/test_sql.py Co-authored-by: Oskar Stark --- libs/community/tests/unit_tests/storage/test_sql.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/community/tests/unit_tests/storage/test_sql.py b/libs/community/tests/unit_tests/storage/test_sql.py index c5e12c3aa4d..bf861882902 100644 --- a/libs/community/tests/unit_tests/storage/test_sql.py +++ b/libs/community/tests/unit_tests/storage/test_sql.py @@ -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