python3Packages.pdf-oxide: skip failing tests (#517797)

This commit is contained in:
Gaétan Lepage
2026-05-10 21:18:47 +00:00
committed by GitHub
@@ -36,6 +36,13 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
disabledTests = [
# AssertionError: assert (False or False or False)
"test_version_is_038_or_newer"
#401: two-font encrypted PDF (19203 B) is too small
"test_issue_401_two_embedded_fonts_save_encrypted"
];
pythonImportsCheck = [
"pdf_oxide"
];