mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 23:41:28 +00:00
multiple: rely on asyncio_mode auto in tests (#27200)
This commit is contained in:
@@ -43,7 +43,6 @@ def test_update(manager: MongoDocumentManager) -> None:
|
||||
assert sorted(all_keys) == sorted(read_keys + updated_keys)
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.requires("motor")
|
||||
async def test_aupdate(amanager: MongoDocumentManager) -> None:
|
||||
"""Test updating records in the MongoDB."""
|
||||
|
Reference in New Issue
Block a user