
Can you give an example of this warning happening? I am running python 2.7.10 and haven't noticed this On 01/05/2016 02:56 PM, Ramon Medeiros wrote:
This happens when running python >= 2.7.9.
Signed-off-by: Ramon Medeiros <ramonn@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[@]}