python311Packages.git-annex-adapter: disable failing tests

This commit is contained in:
Fabian Affolter 2024-11-02 11:37:31 +01:00
parent fc857b618b
commit 4765d1a974

View File

@ -65,9 +65,11 @@ buildPythonPackage rec {
disabledTests = [
# KeyError and AssertionError
"test_annex_keys"
"test_batchjson_metadata"
"test_file_tree"
"test_jsonprocess_annex_metadata_batch"
"test_process_annex_metadata_batch"
"test_batchjson_metadata"
];
meta = with lib; {