Merge #223241: radicale2: Disable weak crypt htpasswd test

...into staging-next
This commit is contained in:
Vladimír Čunát
2023-03-26 18:52:20 +02:00
+6 -2
View File
@@ -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; {