python3Packages.pikepdf: disable failing test
This commit is contained in:
parent
fe31277c3c
commit
4e23b47f48
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ buildPythonPackage rec {
|
|||
setuptools
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"test_image_palette" # https://github.com/pikepdf/pikepdf/issues/328
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pikepdf" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue