import pytest # This project uses a Gemini-only LLM stack (Phase 6 migration). # OpenAI structured output is no longer part of the stack. # See test_gemini_schema_support.py for the equivalent test. @pytest.mark.skip(reason="OpenAI removed in Phase 6 Gemini-only migration — see test_gemini_schema_support.py") def test_openai_schema_support(): pass