We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f73b76 + b198051 commit 476460bCopy full SHA for 476460b
pkgs/development/python-modules/imageio/default.nix
@@ -92,14 +92,6 @@ buildPythonPackage rec {
92
export HOME=$TMPDIR
93
'';
94
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
-
103
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
104
# Segmentation fault
105
"test_bayer_write"
0 commit comments