diff --git a/layerindex/update.py b/layerindex/update.py index 096c23e..89f41f9 100755 --- a/layerindex/update.py +++ b/layerindex/update.py @@ -20,6 +20,9 @@ from distutils.version import LooseVersion import utils import recipeparse +import warnings +warnings.filterwarnings("ignore", category=DeprecationWarning) + logger = utils.logger_create('LayerIndexUpdate') # Ensure PythonGit is installed (buildhistory_analysis needs it)