mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
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:
parent
4cad0502db
commit
5f3893140b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user