Skip to content

Commit b198051

Browse files
committed
python312Packages.imageio: remove useless disabled tests
Adding the `-m 'not needs_internet'` flag to pytest seems to be enough to disable network-dependent tests
1 parent f036dd3 commit b198051

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)