mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test(test_python_38.py): add relevant installs
This commit is contained in:
parent
906f3698de
commit
9b5aa90bb7
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue