Unverified Commit d8ddabfa authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python311Packages.pyhanko: Unmark broken on darwin (#355177)

parents 48a8c0b2 c9a2725a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
  };
}