···45 # https://github.com/beetbox/beets/pull/4868, which doesn't apply now
46 ./patches/fix-pillow10-compat.patch
47 ];
48+ disabledTests = [
49+ # This issue is present on this version alone, and can be removed on the
50+ # next stable version version bump. Since this is fixed in branch master,
51+ # we don't have a bug ticket open for this. As of writing, it also seems
52+ # hard to find a patch that can be backported to v1.6.0 that would fix
53+ # the failure, as the master branch has gone through too many changes
54+ # now.
55+ "test_get_single_item_by_path"
56+ ];
57 };
5859 beets-minimal = self.beets.override { disableAllPlugins = true; };