Merge pull request #116664 from SuperSandro2000/pillow-2.7

pythonPackages.pillow: disable failing test on python2
This commit is contained in:
Sandro 2021-03-18 01:41:58 +01:00 committed by GitHub
commit 5521ca303d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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