mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue