Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2018-10-31 03:13:40 +0300
committerErica Portnoy <ebportnoy@gmail.com>2018-10-31 03:13:40 +0300
commitaad266369597281c79022cc4d807bc2be2b08b43 (patch)
tree16f0158a3ca6eea683191114b4c7651a4cd89ae7 /pytest.ini
parentfdb3c8df4ba181997bb124f7eaf1795ea9f6a1cd (diff)
Only error on DeprecationWarnings
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 085c7258e..2669c1105 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,4 @@
[pytest]
-addopts = -Werror --numprocesses auto --pyargs
+addopts = --numprocesses auto --pyargs
+filterwarnings =
+ error::DeprecationWarning