We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b971c0 + e384947 commit 44e1933Copy full SHA for 44e1933
ci/run_functional_tests_openshift.sh
@@ -15,6 +15,7 @@ fi
15
export DJANGO_SETTINGS_MODULE="local_settings"
16
export FUNCTIONAL_TESTS="True"
17
export OS_API_URL="https://onboarding-onboarding.cluster.local:6443"
18
+export PYTHONWARNINGS="ignore:Unverified HTTPS request"
19
20
21
coverage run --source="." -m django test coldfront_plugin_cloud.tests.functional.openshift
0 commit comments