Skip to content

Commit

Permalink
beets: ignore failing tests
Browse files Browse the repository at this point in the history
The unidecode 1.0.22 release changed the asciification slightly.
  • Loading branch information
gebner committed Jan 27, 2018
1 parent 19fc2f5 commit 3d3acfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/audio/beets/default.nix
Expand Up @@ -195,7 +195,7 @@ in pythonPackages.buildPythonApplication rec {
BASH_COMPLETION_SCRIPT="${completion}" \
HOME="$(mktemp -d)" \
# Exclude failing test https://github.com/beetbox/beets/issues/2652
nosetests -v --exclude="test_single_month_nonmatch_"
nosetests -v --exclude=test_single_month_nonmatch_ --exclude=test_asciify_variable --exclude=test_asciify_character_expanding_to_slash
runHook postCheck
'';
Expand Down

0 comments on commit 3d3acfa

Please sign in to comment.