mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
xandikos: disable failing tests
This commit is contained in:
parent
c199b9c164
commit
a1efffc383
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
passthru.tests.xandikos = nixosTests.xandikos;
|
||||
|
||||
checkInputs = with python3Packages; [ pytestCheckHook ];
|
||||
disabledTests = [
|
||||
# these tests are failing due to the following error:
|
||||
# TypeError: expected str, bytes or os.PathLike object, not int
|
||||
"test_iter_with_etag"
|
||||
"test_iter_with_etag_missing_uid"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight CalDAV/CardDAV server";
|
||||
homepage = "https://github.com/jelmer/xandikos";
|
||||
|
|
Loading…
Reference in a new issue