Commit 6457af12 authored by Doron Behar's avatar Doron Behar
Browse files

beets: refresh failing tests list

From some reason using the full path in the `disabledTests` list:

test/plugins/test_embedart.py::EmbedartCliTest::test_reject_different_art

Did not disable the test. It could be that the tests this commit
removed, also were not really disabled.
parent 4ee1354a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -172,10 +172,8 @@ python3Packages.buildPythonApplication {
      "test/plugins/test_player.py"
    ];
  disabledTests = disabledTests ++ [
    # beets.ui.UserError: unknown command 'autobpm'
    "test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_import"
    # AssertionError: assert 0 == 117
    "test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_command"
    # https://github.com/beetbox/beets/issues/5880
    "test_reject_different_art"
  ];

  # Perform extra "sanity checks", before running pytest tests.