From ac97acf5a14cb0dbbabd74e2419f7b18328e9e40 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 28 Mar 2025 19:19:19 +0300 Subject: [PATCH] python3Packages.albumentations: disable test --- pkgs/development/python-modules/albumentations/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/albumentations/default.nix b/pkgs/development/python-modules/albumentations/default.nix index 35a5da9bf069..dec489e20a0b 100644 --- a/pkgs/development/python-modules/albumentations/default.nix +++ b/pkgs/development/python-modules/albumentations/default.nix @@ -78,8 +78,9 @@ buildPythonPackage rec { disabledTests = [ "test_pca_inverse_transform" - # test hangs + # these tests hang "test_keypoint_remap_methods" + "test_multiprocessing_support" ]; pythonImportsCheck = [ "albumentations" ];