mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
ignore external mock warnings
This commit is contained in:
parent
891d96ffb6
commit
90af4de04a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue