Skip to content

Commit

Permalink
nrfutil: disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
GrumpyMeow authored Jul 6, 2024
1 parent ed6cd72 commit 4f756b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/misc/nrfutil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 4f756b9

Please sign in to comment.