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.
1 parent 1cb7589 commit e384947Copy full SHA for e384947
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