mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-31 20:21:09 +00:00
test(test_python_38.py): add relevant installs
This commit is contained in:
@@ -49,6 +49,8 @@ def test_litellm_proxy_server_config_no_general_settings():
|
||||
# Install the litellm[proxy] package
|
||||
# Start the server
|
||||
try:
|
||||
subprocess.run(["pip", "install", "litellm[proxy]"])
|
||||
subprocess.run(["pip", "install", "litellm[extra_proxy]"])
|
||||
filepath = os.path.dirname(os.path.abspath(__file__))
|
||||
config_fp = f"{filepath}/test_configs/test_config_no_auth.yaml"
|
||||
server_process = subprocess.Popen(
|
||||
|
||||
Reference in New Issue
Block a user