New review comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/31998#discussion_r727972604 Comment: Another update on this: Even with a patch included which ignores the ImportWarnings, the testing doesn't work right now: ``` => python3-ansible-lint-5.2.0_1: running do_check ... ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: -n --no-success-flaky-report test ansiblelint.rules inifile: /builddir/ansible-lint-5.2.0/pytest.ini rootdir: /builddir/ansible-lint-5.2.0 => ERROR: python3-ansible-lint-5.2.0_1: do_check: 'PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ${make_check_args} ${make_check_target}' exited with 4 => ERROR: in do_check() at common/build-style/python3-module.sh:28 ```