diff --git a/pytest.ini b/pytest.ini
index 1e95674f1334ff3fcaeae6211434fb7c93e2ec78..b0e5a945f5415a31f1161ea8fb6f09d1f35ff33b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,3 @@
 [pytest]
 filterwarnings =
-    error
-    ignore::UserWarning
-    ignore:function ham\(\) is deprecated:DeprecationWarning
\ No newline at end of file
+    ignore::DeprecationWarning
\ No newline at end of file