New review comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/43398#discussion_r1163410591 Comment: Remove `do_check` below and do this: ```suggestion # skip the tests that require python modules that aren't packaged # (pdftotext & pytesseract) make_check_args="-k not((pdf)or(ocr))" ```