Commit a9e6d325 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.sentence-transformers: skip failing tests

parent 960f1669
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ buildPythonPackage rec {
    # Assertion error: Sparse operations take too long
    # (namely, load-sensitive test)
    "test_performance_with_large_vectors"

    # NameError: name 'ParallelismConfig' is not defined
    "test_hf_argument_parser"
    "test_hf_argument_parser_incorrect_string_arguments"
  ];

  disabledTestPaths = [