pythonPackages.pillow: disable failing test on python2

This commit is contained in:
Sandro Jäckel 2021-03-12 13:19:19 +01:00
parent 68d6ffc8d5
commit 36ef2f1b24
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 ];