New review comment by subnut on void-packages repository https://github.com/void-linux/void-packages/pull/29907#discussion_r840507054 Comment: ```suggestion pre_check() { # CLI tests in the project rely on BATS (more than just bats-core) through # git submodules. We skip those tests here until the other bats components # are imported in Void or https://github.com/hiljusti/sigi/issues/19 export SKIP_BATS_TESTS=1 } ```