Commit 467e802f authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pyhanko: mark as broken on darwin

parent 039b72d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  aiohttp,
  asn1crypto,
  buildPythonPackage,
@@ -122,5 +123,8 @@ buildPythonPackage rec {
    changelog = "https://github.com/MatthiasValvekens/pyHanko/blob/v${version}/docs/changelog.rst";
    license = licenses.mit;
    maintainers = [ ];
    # Most tests fail with:
    # OSError: One or more parameters passed to a function were not valid.
    broken = stdenv.isDarwin;
  };
}