From 9b5aa90bb7fc823a9598997baeff39a656f12daa Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 20 Jun 2024 20:39:59 -0700 Subject: [PATCH] test(test_python_38.py): add relevant installs --- litellm/tests/test_python_38.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_python_38.py b/litellm/tests/test_python_38.py index 95de9cb83e..112dae6312 100644 --- a/litellm/tests/test_python_38.py +++ b/litellm/tests/test_python_38.py @@ -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(