Files
litellm/tests/test_litellm/proxy
Julio Quinteros Pro ab658d7d50 Fix pillar guardrails tests for parallel execution
The setup_and_teardown fixture was failing with "ImportError: module
litellm not in sys.modules" during parallel test execution. This occurs
because another worker might have removed/modified litellm from
sys.modules before this test tries to reload it.

Fix: Check if litellm is in sys.modules before attempting reload.
2026-02-15 13:08:41 -03:00
..
2026-02-13 22:01:28 -08:00
2026-02-14 15:34:45 -08:00
2026-01-31 12:25:04 -08:00
2026-02-11 15:45:47 +05:30
2026-02-12 17:54:32 -08:00
2026-02-12 21:37:19 -08:00