New review comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/40569#discussion_r1028524506 Comment: Please don't change the way tests are run. The commit claims to "fix tests" but in fact is breaking them in the worst possible way: not running them at all. Some projects have attempts at using pytest for testing, in the sense that they wrote a couple of silly tests that run via pytest. But then they don't migrate the whole testsuite to pytest. Hence, if you run pytest it might succeed, running a few trivial tests and making you believe tests passed, when in fact the important tests have not run at all.