New comment by AluminumTank on void-packages repository https://github.com/void-linux/void-packages/pull/31263#issuecomment-872994188 Comment: Alright, I found the underlying problem that made me need to patch out the `yajl` (1.x) backend: the `python3-module.sh` build-style script defaults to running `python3 setup.py test` if `pytest` isn't included in `checkdepends`. Adding this makes the patching out method unnecessary, so I removed. Package should be ready for review now.