mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
beets: ignore failing tests
The unidecode 1.0.22 release changed the asciification slightly.
This commit is contained in:
parent
19fc2f5f81
commit
3d3acfaf27
@ -195,7 +195,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
BASH_COMPLETION_SCRIPT="${completion}" \
|
BASH_COMPLETION_SCRIPT="${completion}" \
|
||||||
HOME="$(mktemp -d)" \
|
HOME="$(mktemp -d)" \
|
||||||
# Exclude failing test https://github.com/beetbox/beets/issues/2652
|
# 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
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user