New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/36569#discussion_r845681058 Comment: This is par for the course. In fact, the default `do_check` implementation does this automatically. You might even be able to get away with removing `do_check` altogether and setting ```sh make_check_args="-k not((TestWebPDFExporter)or(test_webpdf_with_chromium))" ``` See, *e.g.*, `python3-dotenv`. (The unnatural syntax and lack of spacing is required since any attempt to quote spaces in `make_check_args` will fail.)