New review comment by tibequadorian on void-packages repository https://github.com/void-linux/void-packages/pull/36216#discussion_r830682792 Comment: I force pushed now without disabling checks so maybe you can help me with that. Adding `python3-pip` and `python3-wheel` to checkdepends doesn't help as it just tries to build dbus-python and fails. When I instead add `python3-pytest` to $checkdepends it *errors* with ``` => screenkey-1.5_1: running do_check ... ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/screenkey-1.5 collected 0 items ============================ no tests ran in 0.02s ============================= ``` That's the reason I disabled checks.