python312Packages.pyhanko: mark as broken on darwin
This commit is contained in:
parent
039b72d0c7
commit
467e802f22
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user