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

python3Packages.chalice: skip failing test

parent 38694ab5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@ buildPythonPackage rec {
    "test_setup_tar_gz_hyphens_in_name"
    "test_both_tar_gz"
    "test_both_tar_bz2"
    # AssertionError
    "test_no_error_message_printed_on_empty_reqs_file"
  ];

  pythonImportsCheck = [ "chalice" ];