Silence requests warnings
Once we convert the rest of the suite to pathoc, this can go.
This commit is contained in:
parent
d8c52964c7
commit
c9dd574f48
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue