Skip to content

Commit 3d3acfa

Browse files
committedJan 27, 2018
beets: ignore failing tests
The unidecode 1.0.22 release changed the asciification slightly.
1 parent 19fc2f5 commit 3d3acfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/audio/beets/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ in pythonPackages.buildPythonApplication rec {
195195
BASH_COMPLETION_SCRIPT="${completion}" \
196196
HOME="$(mktemp -d)" \
197197
# Exclude failing test https://github.com/beetbox/beets/issues/2652
198-
nosetests -v --exclude="test_single_month_nonmatch_"
198+
nosetests -v --exclude=test_single_month_nonmatch_ --exclude=test_asciify_variable --exclude=test_asciify_character_expanding_to_slash
199199
200200
runHook postCheck
201201
'';

0 commit comments

Comments
 (0)
Please sign in to comment.