Merge pull request #116664 from SuperSandro2000/pillow-2.7
pythonPackages.pillow: disable failing test on python2
This commit is contained in:
commit
5521ca303d
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
|||||||
# pillow-simd
|
# pillow-simd
|
||||||
"test_roundtrip"
|
"test_roundtrip"
|
||||||
"test_basic"
|
"test_basic"
|
||||||
|
] ++ lib.optionals (lib.versions.major version == "6") [
|
||||||
|
# RuntimeError: Error setting from dictionary
|
||||||
|
"test_custom_metadata"
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ olefile ];
|
propagatedBuildInputs = [ olefile ];
|
||||||
|
Loading…
Reference in New Issue
Block a user