python3Packages.albumentations: disable test (#394040)

This commit is contained in:
Gaétan Lepage
2025-03-30 22:19:38 +02:00
committed by GitHub
@@ -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" ];