New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/40569#discussion_r1025047015 Comment: Check can run multiple times, but rm will only succeed the first time because the file will be deleted then. Use -f or maybe better, add --deselect to pytest args instead. ```suggestion PYTHONPATH="$(cd build/lib* && pwd)" pytest rm -f tests/test_uinput.py # permission issue with /dev/uinput ```