Revert "home-assistant: disable django_4 tests"

This reverts commit f8b4e287b9.

We're instead disabling the failing test on the django derivation.
This commit is contained in:
Martin Weinelt 2024-04-01 20:36:58 +02:00
parent 4cad0502db
commit 5f3893140b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 0 additions and 5 deletions

View File

@ -153,11 +153,6 @@ 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 {