mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
Uncomment back the conftest checkpointers
This commit is contained in:
@@ -224,17 +224,17 @@ async def awith_checkpointer(
|
||||
|
||||
ALL_CHECKPOINTERS_SYNC = [
|
||||
"memory",
|
||||
# "sqlite",
|
||||
# "postgres",
|
||||
# "postgres_pipe",
|
||||
# "postgres_pool",
|
||||
"sqlite",
|
||||
"postgres",
|
||||
"postgres_pipe",
|
||||
"postgres_pool",
|
||||
]
|
||||
ALL_CHECKPOINTERS_ASYNC = [
|
||||
"memory",
|
||||
# "sqlite_aio",
|
||||
# "postgres_aio",
|
||||
# "postgres_aio_pipe",
|
||||
# "postgres_aio_pool",
|
||||
"sqlite_aio",
|
||||
"postgres_aio",
|
||||
"postgres_aio_pipe",
|
||||
"postgres_aio_pool",
|
||||
]
|
||||
ALL_CHECKPOINTERS_ASYNC_PLUS_NONE = [
|
||||
*ALL_CHECKPOINTERS_ASYNC,
|
||||
|
||||
Reference in New Issue
Block a user