New review comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/31998#discussion_r727943220 Comment: I think I've found the reason for these, the custom loader that ansible uses implements methods deprecated in Python 3.4, and Python 3.10 started spitting out warnings. In the context of tests, `filterwarnings` is set to `error`, which causes the tests to fail there. Fixes for these are being implemented in ansible, meaning we should get working tests. Apparently, as far as I can tell, the old methods still work, so it doesn't actually break anything in actual use, but the tests will still fail. The failures in ansible-lint come from the imported ansible-core, the issue is not in ansible-lint itself.