New review comment by tibequadorian on void-packages repository https://github.com/void-linux/void-packages/pull/35562#discussion_r805317503 Comment: I'm not that familiar with python tests but our python3-module build-style indicates that there are two ways of testing. One with pytest and the other one with setup.py which is deprecated. Seems like this one doesn't make use of pytest but uses the deprecated one which runs when I remove the python3-pytest dependency. Then it shows 51 failed tests. I force pushed now so you can see the logs.