Skip to content

Commit

Permalink
Update test_conda_store_scaling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pt247 authored May 14, 2024
1 parent 8321804 commit fe70439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_deployment/test_conda_store_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fe70439

Please sign in to comment.