aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_test.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-03 14:55:35 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-03 14:55:35 +1200
commit08e4cd2a40778a1a10eef1bba0d2c167f6edeea9 (patch)
treea36d0a637ae2a46c8425c56439927ff04392b5ef /test/pathod/test_test.py
parent25671b91bd16d7c355742a6094addad00e331af5 (diff)
parenta2d13714a6d73595820e8ca7bdada3a4eabec36e (diff)
downloadmitmproxy-08e4cd2a40778a1a10eef1bba0d2c167f6edeea9.tar.gz
mitmproxy-08e4cd2a40778a1a10eef1bba0d2c167f6edeea9.tar.bz2
mitmproxy-08e4cd2a40778a1a10eef1bba0d2c167f6edeea9.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/pathod/test_test.py')
-rw-r--r--test/pathod/test_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pathod/test_test.py b/test/pathod/test_test.py
index cee286a4..6399894e 100644
--- a/test/pathod/test_test.py
+++ b/test/pathod/test_test.py
@@ -2,6 +2,10 @@ import logging
import requests
from pathod import test
import tutils
+
+import requests.packages.urllib3
+
+requests.packages.urllib3.disable_warnings()
logging.disable(logging.CRITICAL)