From c9dd574f48cb05ff762bccdeef2dc22c758de9ec Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 2 Jun 2016 19:40:39 +1200 Subject: Silence requests warnings Once we convert the rest of the suite to pathoc, this can go. --- test/pathod/test_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/pathod/test_test.py') diff --git a/test/pathod/test_test.py b/test/pathod/test_test.py index cee286a4..ddb41cb3 100644 --- a/test/pathod/test_test.py +++ b/test/pathod/test_test.py @@ -4,6 +4,9 @@ from pathod import test import tutils logging.disable(logging.CRITICAL) +import requests.packages.urllib3 +requests.packages.urllib3.disable_warnings() + class TestDaemonManual: -- cgit v1.2.3