New comment by hervyqa on void-packages repository https://github.com/void-linux/void-packages/pull/34216#issuecomment-1006336992 Comment: @rivanfebrian123 Thanks. I tried by deleting `test.py` like `python3-Werkzeug` package. https://github.com/void-linux/void-packages/blob/ac6deeea0b266f6b5318708ba42ee56f87144142/srcpkgs/python3-Werkzeug/template#L17-L22 be like this and it worked. ``` do_check() { rm -f tests/test.py } ```