Commit a88ad983 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

fetchtastic: disable failing tests on darwin

parent a4409905
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  python3,
}:
@@ -38,6 +39,12 @@ python3.pkgs.buildPythonApplication (finalAttrs: {

  pythonImportsCheck = [ "fetchtastic" ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
    "test_download_firmware_success"
    "test_get_target_path_for_release"
    "test_platform_functions"
  ];

  meta = {
    description = "Utility for downloading and managing the latest Meshtastic firmware releases";
    homepage = "https://github.com/jeremiah-k/fetchtastic";