From fe704397350a3fdb005444bab18e36393225e5db Mon Sep 17 00:00:00 2001 From: Prashant Tiwari Date: Tue, 14 May 2024 16:37:57 +0100 Subject: [PATCH] Update test_conda_store_scaling.py --- tests/tests_deployment/test_conda_store_scaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_deployment/test_conda_store_scaling.py b/tests/tests_deployment/test_conda_store_scaling.py index fb9e29403..310239389 100644 --- a/tests/tests_deployment/test_conda_store_scaling.py +++ b/tests/tests_deployment/test_conda_store_scaling.py @@ -175,7 +175,7 @@ def build_n_environments(n, builds, session): builds.append(create_conda_store_env(session)) return builds - +# TODO : remove filters @pytest.mark.filterwarnings("ignore::urllib3.exceptions.InsecureRequestWarning") @pytest.mark.filterwarnings("ignore::DeprecationWarning") def test_scale_up_and_down(patched_secret_token, api_client, requests_session):