New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/28843#discussion_r580283113 Comment: Rather than skipping with `true`, I think it is good practice to print a message explaining why the tests are skipped: ``` echo "skipping check: tests need flit_core v2, but only v3 is packaged" ```