From 951e50ec2b3a74ec32032a7625f2d7fb5bc4d229 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 21 Jul 2026 01:41:30 +0200 Subject: [PATCH] python3Packges.fields: mark tests as disabled --- pkgs/development/python-modules/fields/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/fields/default.nix b/pkgs/development/python-modules/fields/default.nix index 432f2b9f0791..2f6a7c9f1305 100644 --- a/pkgs/development/python-modules/fields/default.nix +++ b/pkgs/development/python-modules/fields/default.nix @@ -19,6 +19,8 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "fields" ]; + doCheck = false; # Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec + meta = { description = "Container class boilerplate killer"; homepage = "https://github.com/ionelmc/python-fields";