Skip to content

Commit 476460b

Browse files
authored
python312Packages.imageio: remove useless disabled tests (NixOS#365393)
2 parents 0f73b76 + b198051 commit 476460b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkgs/development/python-modules/imageio/default.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ buildPythonPackage rec {
9292
export HOME=$TMPDIR
9393
'';
9494

95-
disabledTestPaths = [
96-
# tries to fetch fixtures over the network
97-
"tests/test_freeimage.py"
98-
"tests/test_pillow.py"
99-
"tests/test_spe.py"
100-
"tests/test_swf.py"
101-
];
102-
10395
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
10496
# Segmentation fault
10597
"test_bayer_write"

0 commit comments

Comments
 (0)