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