Unverified Commit bfa612a2 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #333055 from TheRealKeto/fix/castero/build

castero: disable more tests to fix build
parents 6e37f5e6 37d24895
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -38,7 +38,13 @@ python3.pkgs.buildPythonApplication rec {
    "tests"
  ];

  disabledTests = [ "test_datafile_download" ];
  # Disable tests that are problematic with pytest
  # Check NixOS/nixpkgs#333019 for more info about these
  disabledTests = [
    "test_datafile_download"
    "test_display_get_input_str"
    "test_display_get_y_n"
  ];

  pythonImportsCheck = [
    "castero"