beets: refresh failing tests list (#425908)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user