radicale: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:51:22 +01:00
parent db5d5bb753
commit e1feaa9544
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 1 additions and 6 deletions

View File

@ -35,15 +35,10 @@ python3.pkgs.buildPythonApplication rec {
__darwinAllowLocalNetworking = true;
nativeCheckInputs = with python3.pkgs; [
pytestCheckHook
pytest7CheckHook
waitress
];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
passthru.tests = {
inherit (nixosTests) radicale;
};