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
commit 31c583a731
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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; {