Uncomment back the conftest checkpointers

This commit is contained in:
Tat Dat Duong
2024-09-30 03:06:48 +02:00
parent a8a99688bf
commit a8556bf2b8
+8 -8
View File
@@ -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,