python/coverage: update to 7.6.5
[oi-userland.git] / components / python / barman / patches / 03-test-disable-failing.patch
blob3a2edfb10389f4bf4494a84b74514b71ad7ea8a8
1 --- barman-release-3.11.1/tests/test_annotations.py.orig
2 +++ barman-release-3.11.1/tests/test_annotations.py
3 @@ -211,6 +211,7 @@
5 assert os.path.isdir("%s/%s" % (base_backup_dir, test_backup_id))
7 + @pytest.mark.skip(reason="Always fails: https://github.com/EnterpriseDB/barman/issues/869")
8 def test_delete_one_of_many_annotations(self, tmpdir):
9 """Tests we delete the correct annotation successfully"""
10 base_backup_dir = tmpdir.mkdir("base")