New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/38089#discussion_r922646418 Comment: run tests with pytest and disable functional tests ```sh checkdepends="python3-pytest $depends" post_extract() { rm -r tests/functional } ``` there might be some more missing dependencies from checkdepends