python312.pkg.beets: re-enable test_reject_different_art

After comments at: https://github.com/beetbox/beets/issues/5880
This commit is contained in:
Doron Behar
2025-10-26 23:53:23 +02:00
parent 171a9e8536
commit a1e0137d06

View File

@@ -231,8 +231,6 @@ buildPythonPackage rec {
"test/plugins/test_art.py::AlbumArtPerformOperationTest::test_resize"
];
disabledTests = extraDisabledTests ++ [
# https://github.com/beetbox/beets/issues/5880
"test_reject_different_art"
# touches network
"test_merge_duplicate_album"
# The existence of the dependency reflink (see comment above), causes this