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";