From 818dcb31f48092b233084f3fdf2e9a2f5c2bd821 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 3 Sep 2025 17:34:32 +0100 Subject: [PATCH] Try tropping testcontainers, to try fix the integ tests --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 0decf290..9d8636fb 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -46,7 +46,7 @@ jobs: run: (cd trustgraph-bedrock; pip install .) - name: Install some stuff - run: pip install pytest pytest-cov pytest-asyncio pytest-mock testcontainers + run: pip install pytest pytest-cov pytest-asyncio pytest-mock - name: Unit tests run: pytest tests/unit