[Kimchi-devel] [Kimchi] Supress HTTPS certification checking on tests
Ramon Medeiros
ramonn at linux.vnet.ibm.com
Tue Jan 5 16:56:05 UTC 2016
This happens when running python >= 2.7.9.
Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
tests/run_tests.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/run_tests.sh.in b/tests/run_tests.sh.in
index 048f986..e92e7d4 100644
--- a/tests/run_tests.sh.in
+++ b/tests/run_tests.sh.in
@@ -55,4 +55,4 @@ done
# ../../../../../ refers to the project root
# ../../../../ refers to wok directory
# ../../../ refers to plugins directory
-PYTHONPATH=../../../../../:../../../../:../../../ $CMD $OPTS ${MODEL_LIST[@]} ${MOCK_LIST[@]}
+PYTHONPATH=../../../../../:../../../../:../../../ PYTHONWARNINGS="ignore:Unverified HTTPS request" $CMD $OPTS ${MODEL_LIST[@]} ${MOCK_LIST[@]}
--
2.1.0
More information about the Kimchi-devel
mailing list