From c9a2725a061e0ac7e9c1756d93d9c4aa8343e05f Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Mon, 11 Nov 2024 16:11:43 +0530 Subject: [PATCH] python311Packages.pyhanko: Unmark broken on darwin --- pkgs/development/python-modules/pyhanko/default.nix | 3 --- 1 file changed, 3 deletions(-) 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; }; }