From a6a16c3e7598c01dad9f618b86a310382a41fe4f Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:38:57 +0200 Subject: [PATCH] Update test_concurrent_subprocess_access.py --- cognee/tests/test_concurrent_subprocess_access.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cognee/tests/test_concurrent_subprocess_access.py b/cognee/tests/test_concurrent_subprocess_access.py index d9c178433..a80d44799 100644 --- a/cognee/tests/test_concurrent_subprocess_access.py +++ b/cognee/tests/test_concurrent_subprocess_access.py @@ -29,10 +29,6 @@ async def test_concurrent_subprocess_access(): await cognee.prune.prune_data() await cognee.prune.prune_system(metadata=True) - basic_nested_edges = ["is_a", "is_part_of", "contains", "made_from"] - - entity_to_entity_edges = ["likes", "prefers", "watches"] - text1 = "Dave watches Dexter Resurrection" text2 = "Ana likes apples" text3 = "Bob prefers Cognee over other solutions"