mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python314Packages.pypdfium2: skip test that does not work on ZFS (#555821)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user