60ad85
--- a/tests/conftest.py.orig	2018-06-29 18:06:51.296810334 +0200
60ad85
+++ b/tests/conftest.py	2018-06-29 18:06:58.691767950 +0200
60ad85
@@ -9,7 +9,7 @@
60ad85
 from custodia.log import ProvisionalWarning, setup_logging
60ad85
 
60ad85
 # deprecated APIs raise an exception
60ad85
-warnings.simplefilter('error', category=DeprecationWarning)
60ad85
+# warnings.simplefilter('error', category=DeprecationWarning)
60ad85
 # ignore pytest warnings
60ad85
 warnings.filterwarnings('ignore', category=DeprecationWarning,
60ad85
                         module=r'_pytest\..*')