New review comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/31786#discussion_r663391665 Comment: Looks line useful tests are skipped that way, and only useless are run. Please rather do following, without any checkkdepends: do_check() { vsed -i test/lib.py -e 's:TXT2TAGS = ".*:TXT2TAGS = "build/lib/txt2tags.py":' chmod u+x build/lib/txt2tags.py python3 test/run.py }