beets: ignore failing tests

The unidecode 1.0.22 release changed the asciification slightly.
This commit is contained in:
Gabriel Ebner 2018-01-27 10:47:19 +01:00
parent 19fc2f5f81
commit 3d3acfaf27

View File

@ -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
'';