Commit da83b92b by David Baumgold Committed by Zia Fazal

Move simplefilter comments before call

parent bad24b93
...@@ -158,9 +158,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra ...@@ -158,9 +158,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production) # Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# https://docs.python.org/2/library/warnings.html#the-warnings-filter # https://docs.python.org/2/library/warnings.html#the-warnings-filter
simplefilter('ignore')
# Change to "default" to see the first instance of each hit # Change to "default" to see the first instance of each hit
# or "error" to convert all into errors # or "error" to convert all into errors
simplefilter('ignore')
################################# CELERY ###################################### ################################# CELERY ######################################
......
...@@ -206,9 +206,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra ...@@ -206,9 +206,9 @@ filterwarnings('ignore', message='No request passed to the backend, unable to ra
# Ignore deprecation warnings (so we don't clutter Jenkins builds/production) # Ignore deprecation warnings (so we don't clutter Jenkins builds/production)
# https://docs.python.org/2/library/warnings.html#the-warnings-filter # https://docs.python.org/2/library/warnings.html#the-warnings-filter
simplefilter('ignore')
# Change to "default" to see the first instance of each hit # Change to "default" to see the first instance of each hit
# or "error" to convert all into errors # or "error" to convert all into errors
simplefilter('ignore')
############################# SECURITY SETTINGS ################################ ############################# SECURITY SETTINGS ################################
# Default to advanced security in common.py, so tests can reset here to use # Default to advanced security in common.py, so tests can reset here to use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment