radicale2: Disable weak crypt htpasswd test

With our recent libxcrypt changes we don't support a lot of weak
algorithms any longer, which made this test fail.

+6 -2
+6 -2
pkgs/servers/radicale/2.x.nix
··· 26 26 ]; 27 27 28 28 nativeCheckInputs = with python3.pkgs; [ 29 - pytest-runner 30 - pytest 29 + pytestCheckHook 30 + ]; 31 + 32 + disabledTests = [ 33 + # uses unsupported crypt method 34 + "test_htpasswd_crypt" 31 35 ]; 32 36 33 37 meta = with lib; {