Commit 50f16be0 by muzaffaryousaf

Moving ignore warnings for cache.

parent b9ecaa77
...@@ -13,3 +13,10 @@ NOSE_ARGS = [ ...@@ -13,3 +13,10 @@ NOSE_ARGS = [
'--cover-branches', '--cover-branches',
'--cover-erase', '--cover-erase',
] ]
import warnings
from django.core.cache import CacheKeyWarning
warnings.simplefilter("ignore", CacheKeyWarning)
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