mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
pythonPackages.pillow: disable failing test on python2
This commit is contained in:
parent
68d6ffc8d5
commit
36ef2f1b24
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
||||
# pillow-simd
|
||||
"test_roundtrip"
|
||||
"test_basic"
|
||||
] ++ lib.optionals (lib.versions.major version == "6") [
|
||||
# RuntimeError: Error setting from dictionary
|
||||
"test_custom_metadata"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ olefile ];
|
||||
|
Loading…
Reference in New Issue
Block a user