Commit b6f77959 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: too many warnings

Solution: ignore until fixable
parent 49a79832
......@@ -29,6 +29,10 @@ except ImportError:
import pip # NOQA
import warnings
from pkg_resources import PkgResourcesDeprecationWarning
warnings.filterwarnings('ignore', category=PkgResourcesDeprecationWarning)
warnings.filterwarnings('ignore', message='Setuptools is replacing distutils.')
import sys
import zc.buildout.patches # NOQA
......
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