ignore external mock warnings

This commit is contained in:
Brad Warren 2021-04-07 11:51:43 -07:00
parent 7df08d106f
commit d40626f76d

View file

@ -9,5 +9,10 @@
# deprecation warnings and gives time for plugins that don't use the deprecated
# API to propagate, especially for plugins packaged as an external snap, before
# we release breaking changes.
#
# The current warnings being ignored are:
# 1) The warning raised when importing certbot.tests.util and the external mock
# library is installed.
filterwarnings =
error
ignore:The external mock module:PendingDeprecationWarning