New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/33744#discussion_r737463904 Comment: Drop the test patch and instead tell pytest to ignore what doesn't pass: ```sh PYTHONPATH="$(cd build/lib* && pwd)" pytest3 -k 'not test_empty_sub' ```