From 156697111a5ac25fad44f4cc77ccc2005f478f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 17 Mar 2026 17:59:22 -0700 Subject: [PATCH] python3Packages.cflib: fix tests --- pkgs/development/python-modules/cflib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cflib/default.nix b/pkgs/development/python-modules/cflib/default.nix index ec7fa149f29b..898dca90e8c4 100644 --- a/pkgs/development/python-modules/cflib/default.nix +++ b/pkgs/development/python-modules/cflib/default.nix @@ -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/" ];