diff --git a/pkgs/development/python-modules/pypdfium2/default.nix b/pkgs/development/python-modules/pypdfium2/default.nix index 09795d6263ba..b1f7b13c8da0 100644 --- a/pkgs/development/python-modules/pypdfium2/default.nix +++ b/pkgs/development/python-modules/pypdfium2/default.nix @@ -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" ];