From: Michael R. Crusoe <crusoe@debian.org>
Subject: Accept pathspec v1
--- ansible-lint.orig/pyproject.toml
+++ ansible-lint/pyproject.toml
@@ -475,6 +475,8 @@
   "ignore:'importlib.abc.TraversableResources' is deprecated and slated for removal in Python 3.14:DeprecationWarning",
   # https://github.com/ansible/ansible/pull/80968
   "ignore:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning",
+  # due to pathspec v1
+  "ignore:GitWildMatchPattern:DeprecationWarning",
 ]
 junit_family = "xunit2"
 markers = ["libyaml: tests that will pass only with pyyaml libyaml is present."]
