python312.pkg.beets: re-enable test_reject_different_art
After comments at: https://github.com/beetbox/beets/issues/5880
This commit is contained in:
@@ -231,8 +231,6 @@ buildPythonPackage rec {
|
|||||||
"test/plugins/test_art.py::AlbumArtPerformOperationTest::test_resize"
|
"test/plugins/test_art.py::AlbumArtPerformOperationTest::test_resize"
|
||||||
];
|
];
|
||||||
disabledTests = extraDisabledTests ++ [
|
disabledTests = extraDisabledTests ++ [
|
||||||
# https://github.com/beetbox/beets/issues/5880
|
|
||||||
"test_reject_different_art"
|
|
||||||
# touches network
|
# touches network
|
||||||
"test_merge_duplicate_album"
|
"test_merge_duplicate_album"
|
||||||
# The existence of the dependency reflink (see comment above), causes this
|
# The existence of the dependency reflink (see comment above), causes this
|
||||||
|
|||||||
Reference in New Issue
Block a user