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:
Martin Weinelt
2023-12-20 20:46:28 +01:00
parent a882d6e97e
commit 277f9f04c2
@@ -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; {