Overview
Request 1087061 accepted
new package python-libusbsio, required by pynitrokey
- Created by ojkastl_buildservice
- In state accepted
- Package maintainer: ojkastl_buildservice
Loading...
Request History
ojkastl_buildservice created request
new package python-libusbsio, required by pynitrokey
mcepl accepted request
Lots of checks are disabled, but as this is a hardware-related module I daresay those are not meant to be use without any USB device attached. And as this project is not on GitHub/GitLab/... I also guess they have no automated checks in their CI (or have one internally that has a USB device attached).
I usually in such cases (although more common example are tests requiring network access than particular hardware) is to include something like
pytest.mark.usb_hw
and then you can send the patch upstream and only switch it off en masse. See https://github.com/lektor/lektor/issues/982 for an example.