Try tropping testcontainers, to try fix the integ tests

This commit is contained in:
Cyber MacGeddon 2025-09-03 17:34:32 +01:00
parent bfde543353
commit 818dcb31f4

View file

@ -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