test: fix integration jobs
diff --git a/pyproject.toml b/pyproject.toml
index 43fef11..3ed2ad9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,6 +46,7 @@
   "--cov-report=term-missing",
 ]
 filterwarnings = [
+  "ignore::DeprecationWarning",
   "ignore::schematics.deprecated.SchematicsDeprecationWarning",
   "ignore:The asyncore module is deprecated",
 ]