1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Only error on DeprecationWarnings

This commit is contained in:
Erica Portnoy
2018-10-30 17:13:40 -07:00
parent fdb3c8df4b
commit aad2663695

View File

@@ -1,2 +1,4 @@
[pytest]
addopts = -Werror --numprocesses auto --pyargs
addopts = --numprocesses auto --pyargs
filterwarnings =
error::DeprecationWarning