From e384947645a707a3a9baeecdd9e821f925fca927 Mon Sep 17 00:00:00 2001 From: Quan Pham Date: Mon, 6 Oct 2025 14:08:16 -0400 Subject: [PATCH] Ignore http warning in openshift functional test --- ci/run_functional_tests_openshift.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run_functional_tests_openshift.sh b/ci/run_functional_tests_openshift.sh index 76d923dc..2aa9125d 100755 --- a/ci/run_functional_tests_openshift.sh +++ b/ci/run_functional_tests_openshift.sh @@ -15,6 +15,7 @@ fi export DJANGO_SETTINGS_MODULE="local_settings" export FUNCTIONAL_TESTS="True" export OS_API_URL="https://onboarding-onboarding.cluster.local:6443" +export PYTHONWARNINGS="ignore:Unverified HTTPS request" coverage run --source="." -m django test coldfront_plugin_cloud.tests.functional.openshift