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.
This commit is contained in:
Martin Weinelt 2024-04-01 13:14:37 +02:00
parent 4caf1e3b18
commit f8b4e287b9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 5 additions and 0 deletions

View File

@ -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 {