New review comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/40569#discussion_r1025173539 Comment: Huh! I actually tried that before submitting but with `python3 -m pytest`, as seen in the python3-module build_style, which didn't work. So, under `do_check()`: `PYTHONPATH="$(cd build/lib* && pwd)" pytest --ignore tests/test_uinput.py` -> works `PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest --ignore tests/test_uinput.py` -> fails with import issues.