From 070ac48ee2eb4bec379006ab41427f83e7df32d2 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Mon, 4 Nov 2024 09:47:51 -0500 Subject: [PATCH] Added empty test_integration group in pyproject for CI --- libs/langgraph-checkpoint-mongodb/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/langgraph-checkpoint-mongodb/pyproject.toml b/libs/langgraph-checkpoint-mongodb/pyproject.toml index 958c880..52c054f 100644 --- a/libs/langgraph-checkpoint-mongodb/pyproject.toml +++ b/libs/langgraph-checkpoint-mongodb/pyproject.toml @@ -82,3 +82,8 @@ optional = true [tool.poetry.group.dev] optional = true + +[tool.poetry.group.test_integration.dependencies] + +[tool.poetry.group.test_integration] +optional = true