Unverified Commit 31c583a7 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #223241: radicale2: Disable weak crypt htpasswd test

...into staging-next
parents 687609e0 4413ef0e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -26,8 +26,12 @@ python3.pkgs.buildPythonApplication rec {
  ];

  nativeCheckInputs = with python3.pkgs; [
    pytest-runner
    pytest
    pytestCheckHook
  ];

  disabledTests = [
    # uses unsupported crypt method
    "test_htpasswd_crypt"
  ];

  meta = with lib; {