python311Packages.git-annex-adapter: disable failing tests

This commit is contained in:
Fabian Affolter
2024-01-31 13:49:07 +01:00
parent ee3db79b07
commit fe89d4bf25
@@ -67,6 +67,13 @@ buildPythonPackage rec {
"git_annex_adapter"
];
disabledTests = [
# KeyError and AssertionError
"test_jsonprocess_annex_metadata_batch"
"test_process_annex_metadata_batch"
"test_batchjson_metadata"
];
meta = with lib; {
homepage = "https://github.com/alpernebbi/git-annex-adapter";
description = "Call git-annex commands from Python";