diff --git a/pkgs/development/python-modules/pyhanko/default.nix b/pkgs/development/python-modules/pyhanko/default.nix index cf46658aec26..30b7533e7de4 100644 --- a/pkgs/development/python-modules/pyhanko/default.nix +++ b/pkgs/development/python-modules/pyhanko/default.nix @@ -128,8 +128,5 @@ buildPythonPackage rec { changelog = "https://github.com/MatthiasValvekens/pyHanko/blob/v${version}/docs/changelog.rst"; license = lib.licenses.mit; maintainers = [ ]; - # Most tests fail with: - # OSError: One or more parameters passed to a function were not valid. - broken = stdenv.hostPlatform.isDarwin; }; }