python3Packages.cflib: fix tests (#500881)

This commit is contained in:
dotlambda
2026-03-18 04:14:57 +00:00
committed by GitHub
@@ -7,7 +7,6 @@
libusb-package,
numpy,
packaging,
pyserial,
pyusb,
scipy,
pytestCheckHook,
@@ -43,13 +42,13 @@ buildPythonPackage rec {
libusb-package
numpy
packaging
pyserial
pyusb
scipy
];
disabledTestPaths = [
# exception: Cannot find a Crazyradio Dongle (HW required)
"examples/radio/radio_test.py"
"sys_test/single_cf_grounded/"
"sys_test/swarm_test_rig/"
];