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