Silence requests warnings

Once we convert the rest of the suite to pathoc, this can go.
This commit is contained in:
Aldo Cortesi 2016-06-02 19:40:39 +12:00
parent d8c52964c7
commit c9dd574f48

View File

@ -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: