Unverified Commit dfd3e0a0 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.cflib: fix tests (#500881)

parents 5492cae0 15669711
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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/"
  ];