Files
crewAI/lib
Devin AI 7d35af3c62 fix: use isolated module loading in Windows compatibility tests
The previous approach using importlib.reload() on the canonical module
caused test interference - the reloaded classes were different objects
from the ones imported by other tests, breaking event bus registration.

This fix uses importlib.util to load an isolated copy of the module
under a different name, avoiding pollution of the canonical module.

Co-Authored-By: João <joao@crewai.com>
2025-12-11 04:57:11 +00:00
..