mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
- Python 3.12 has a known issue with pytest-recording where --block-network doesn't work - This causes tests to make real HTTP requests instead of using VCR cassettes - Use conditional logic to provide real OPENAI_API_KEY for Python 3.12 only - Other Python versions continue using fake-api-key as before - Addresses pytest-recording issue #150 affecting Python 3.12 CI environment Co-Authored-By: João <joao@crewai.com>