mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Only error on DeprecationWarnings
This commit is contained in:
parent
fdb3c8df4b
commit
aad2663695
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
[pytest]
|
||||
addopts = -Werror --numprocesses auto --pyargs
|
||||
addopts = --numprocesses auto --pyargs
|
||||
filterwarnings =
|
||||
error::DeprecationWarning
|
||||
|
|
|
|||
Loading…
Reference in a new issue