Unverified Commit f8b4e287 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: disable django_4 tests

They have been failing on aarch64-linux and it's hard to find out why,
but luckily they're only used for testing in home-assistant's dependency
closure.
parent 4caf1e3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -153,6 +153,11 @@ let
        doCheck = false;
      });

      # https://cache.nixos.org/log/srr8kfhx8hzl60hxjpl2vkhbh3y4wmmn-python3.12-django-4.2.11.drv
      django_4 = super.django_4.overridePythonAttrs {
        doCheck = false;
      };

      dsmr-parser = super.dsmr-parser.overridePythonAttrs (oldAttrs: rec {
        version = "1.3.1";
        src = fetchFromGitHub {