Loading pkgs/tools/audio/beets/common.nix +14 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,20 @@ python3Packages.buildPythonApplication { # raise Empty # _queue.Empty "test/plugins/test_bpd.py" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # fail on Hydra with `RuntimeError: image cannot be obtained without artresizer backend` "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio_with_percent_margin" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio_with_px_margin" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_minwidth" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_deinterlaced" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_deinterlaced_and_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_not_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized_and_scaled" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized_but_not_scaled" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_resize" ]; disabledTests = disabledTests ++ [ # https://github.com/beetbox/beets/issues/5880 Loading Loading
pkgs/tools/audio/beets/common.nix +14 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,20 @@ python3Packages.buildPythonApplication { # raise Empty # _queue.Empty "test/plugins/test_bpd.py" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # fail on Hydra with `RuntimeError: image cannot be obtained without artresizer backend` "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio_with_percent_margin" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_enforce_ratio_with_px_margin" "test/plugins/test_art.py::AlbumArtOperationConfigurationTest::test_minwidth" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_deinterlaced" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_deinterlaced_and_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_not_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized_and_scaled" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_file_resized_but_not_scaled" "test/plugins/test_art.py::AlbumArtPerformOperationTest::test_resize" ]; disabledTests = disabledTests ++ [ # https://github.com/beetbox/beets/issues/5880 Loading