Merge #223241: radicale2: Disable weak crypt htpasswd test
...into staging-next
This commit is contained in:
commit
31c583a731
1 changed files with 6 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue