python312Packages.imageio: remove useless disabled tests (#365393)
This commit is contained in:
@@ -92,14 +92,6 @@ buildPythonPackage rec {
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
||||
disabledTestPaths = [
|
||||
# tries to fetch fixtures over the network
|
||||
"tests/test_freeimage.py"
|
||||
"tests/test_pillow.py"
|
||||
"tests/test_spe.py"
|
||||
"tests/test_swf.py"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Segmentation fault
|
||||
"test_bayer_write"
|
||||
|
||||
Reference in New Issue
Block a user