mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2026-05-13 12:44:59 +00:00
Issue: CI failing with "UndefinedValueError: SECRET_KEY not found" Root Cause: Settings modules load env vars at import time, before conftest.py can set TESTING=true Fix: Add minimal test environment variables to CI workflow - SECRET_KEY for security module - Database credentials (not used, but required for imports) - API keys (fake values for testing, not used) - Reddit credentials (not used in tests) All values are fake/test-only and do not expose real credentials. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>