python311Packages.pypdf: disable failing test
The test is missing fpdf2, but including it is not possible because it would create a dependency cycle.
This commit is contained in:
@@ -87,6 +87,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# requires fpdf2 which we don't package yet
|
||||
"test_compression"
|
||||
# infinite recursion when including fpdf2
|
||||
"test_merging_many_temporary_files"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user