python314Packages.pypdfium2: skip test that does not work on ZFS (#555821)

This commit is contained in:
Ihar Hrachyshka
2026-08-23 20:21:10 +00:00
committed by GitHub

View File

@@ -84,6 +84,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# does not work on ZFS with normalization
"tests/test_opener.py::test_open_garbled_filename"
];
pythonImportsCheck = [
"pypdfium2"
];