fix zope import warning

This commit is contained in:
Brad Warren 2021-06-16 12:09:04 -04:00
parent f35889af74
commit 57823cd1f7

View file

@ -13,6 +13,10 @@
# The current warnings being ignored are:
# 1) The warning raised when importing certbot.tests.util and the external mock
# library is installed.
# 2) An ImportWarning is raised with older versions of setuptools and
# zope.interface. See
# https://github.com/zopefoundation/zope.interface/issues/68 for more info.
filterwarnings =
error
ignore:The external mock module:PendingDeprecationWarning
ignore:.*zope. missing __init__:ImportWarning