test(test_python_38.py): add relevant installs

This commit is contained in:
Krrish Dholakia 2024-06-20 20:39:59 -07:00
parent 906f3698de
commit 9b5aa90bb7

View file

@ -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(