litellm/tests/test_litellm/llms/base_llm
yucheng-berri e0e249225b
feat(azure): support credential chain for storage (#39229)
* feat(azure): support credential chain for storage

* test(azure): clarify credential seam suppressions

* fix(azure): read chain tokens in a worker thread

The credential chain walk (IMDS probe, CLI subprocess) is blocking I/O,
so reading the provider inline in async set_valid_azure_ad_token stalls
every request on the worker's event loop
2026-09-02 18:55:22 -07:00
..
batches test: drop the cwd-relative sys.path.insert calls from the test suite (#37802) 2026-08-22 09:25:58 -07:00
files feat(azure): support credential chain for storage (#39229) 2026-09-02 18:55:22 -07:00
search fix(exceptions): keep a refused connection an APIConnectionError 2026-08-27 21:00:24 -07:00
__init__.py test(batches): add 1:1 test file scaffold for batches component paths (#30529) 2026-06-29 09:22:58 +05:30
test_base_managed_resource.py fix(proxy): normalize managed resource team owner field 2026-05-04 17:05:50 -07:00
test_base_model_iterator.py chore(oss): litellm oss staging 150626 (#30463) 2026-06-16 12:06:41 -07:00
test_managed_resource_isolation.py fix(managed resources): stamp keyless keys as owner so they can read their own batches 2026-07-27 23:37:58 +00:00
test_managed_resources_utils.py fix(team): keep team_alias cache in sync on _cache_team_object writes (#28737) 2026-05-25 19:16:36 -07:00