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(