From b198051456b9a4c69e423a712c94333eb06b0816 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 15 Dec 2024 17:16:44 +0100 Subject: [PATCH] python312Packages.imageio: remove useless disabled tests Adding the `-m 'not needs_internet'` flag to pytest seems to be enough to disable network-dependent tests --- pkgs/development/python-modules/imageio/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/python-modules/imageio/default.nix b/pkgs/development/python-modules/imageio/default.nix index a8f2876037d6..835ccbf2b962 100644 --- a/pkgs/development/python-modules/imageio/default.nix +++ b/pkgs/development/python-modules/imageio/default.nix @@ -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"