summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-01-27 10:47:19 +0100
committerGabriel Ebner <gebner@gebner.org>2018-01-27 10:48:31 +0100
commit3d3acfaf276f227b7e787b4ba9ecdfea9cb29059 (patch)
tree8a1280d7896d4fc6afd1079b8cc6dda8f9670f9b /pkgs/tools/audio
parent19fc2f5f8166777d2046c01bc1df854928758eaa (diff)
downloadnixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar.gz
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar.bz2
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar.lz
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar.xz
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.tar.zst
nixpkgs-3d3acfaf276f227b7e787b4ba9ecdfea9cb29059.zip
beets: ignore failing tests
The unidecode 1.0.22 release changed the asciification slightly.
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/beets/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index c711881d528..899845a044c 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -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
   '';