mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Evict semantica.graph_store.age_store from sys.modules before importing it with the mocked psycopg2, so the mock takes effect even when other tests have already loaded the semantica package (and cached age_store with its original psycopg2 binding). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>