python3Packages.albumentations: disable test

This commit is contained in:
osbm
2025-03-28 19:19:19 +03:00
parent da2fed6827
commit ac97acf5a1
@@ -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" ];