Skip to content
Snippets Groups Projects
Commit becc0d31 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Removed disable warning call for requests.

parent f423729c
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ if os.path.exists('/etc/celerity/config.py'): ...@@ -47,7 +47,6 @@ if os.path.exists('/etc/celerity/config.py'):
# get enabled vhosts # get enabled vhosts
resolution_ignored = conf.get('TESTER_VHOST_RESOLUTION_IGNORED', '').split(',') resolution_ignored = conf.get('TESTER_VHOST_RESOLUTION_IGNORED', '').split(',')
requests.packages.urllib3.disable_warnings()
found = False found = False
errors = 0 errors = 0
warnings = False warnings = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment