python312Packages.pyhanko: mark as broken on darwin

This commit is contained in:
Gaetan Lepage 2024-09-16 00:00:48 +02:00
parent 039b72d0c7
commit 467e802f22

View File

@ -1,5 +1,6 @@
{
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;
};
}