From: Michael R. Crusoe <crusoe@debian.org>
Subject: Accept pathspec v1
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -245,6 +245,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."]
