mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +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
@ -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
Block a user