litellm/test-quality-budget.json
Yujong Lee 18a1491bd2 test(rust): pin child interpreters to the parent's litellm and lint for it
Children spawned as [sys.executable, -c, ...] put the working directory first on sys.path, so under 'make test-rust-extension' a source checkout shadows the installed wheel and the child imports a litellm with no compiled extension. A shared helper spawns them with -I and asserts the child resolved the same litellm.__file__ as the parent, and a new TQ009 rule flags un-isolated sys.executable spawns.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-19 18:17:54 +00:00

29 lines
318 B
JSON

{
"TQ001": {
"limit": 733
},
"TQ002": {
"limit": 737
},
"TQ003": {
"limit": 62
},
"TQ004": {
"limit": 469
},
"TQ005": {
"limit": 2399
},
"TQ006": {
"limit": 34
},
"TQ007": {
"limit": 117
},
"TQ008": {
"limit": 10993
},
"TQ009": {
"limit": 59
}
}