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