Unverified Commit 33dbb888 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.albumentations: disable test (#394040)

parents fd9f17ef ac97acf5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" ];