Commit 7c6cd56e by Calen Pennington

Merge pull request #4447 from cpennington/squelch-deprecation-warnings-in-test

Remove warning filter from library code (should be set by applications/tests directly)
parents 405c4f9e ae3942ba
......@@ -5,10 +5,6 @@ This file contains helper functions for configuring module_store_setting setting
import warnings
# Python 2.7 by default suppresses DeprecationWarnings. Make sure we show these, always.
warnings.simplefilter('once', DeprecationWarning)
def convert_module_store_setting_if_needed(module_store_setting):
"""
Converts old-style module_store_setting configuration settings to the new format.
......
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