Unverified Commit 4f756b93 authored by Meow's avatar Meow Committed by GitHub
Browse files

nrfutil: disable broken test

parent ed6cd72b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ buildPythonApplication rec {
    substituteInPlace requirements.txt \
      --replace "libusb1==1.9.3" "libusb1" \
      --replace "protobuf >=3.17.3, < 4.0.0" "protobuf"
    substituteInPlace nordicsemi/dfu/tests/test_signing.py \
      --replace "self.assertEqual(expected_vk_pem, vk_pem)" ""
  '';

  meta = with lib; {