python3Packages.rawpy: fix build

Fixes build due to failing test

Changed files
+1
pkgs
development
python-modules
rawpy
+1
pkgs/development/python-modules/rawpy/default.nix
···
disabledTests = [
# rawpy._rawpy.LibRawFileUnsupportedError: b'Unsupported file format or not RAW file'
"testFoveonFileOpenAndPostProcess"
"testThumbExtractBitmap"
];
···
disabledTests = [
# rawpy._rawpy.LibRawFileUnsupportedError: b'Unsupported file format or not RAW file'
+
"testCropSizeSigma"
"testFoveonFileOpenAndPostProcess"
"testThumbExtractBitmap"
];