We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 19fc2f5 commit 3d3acfaCopy full SHA for 3d3acfa
pkgs/tools/audio/beets/default.nix
@@ -195,7 +195,7 @@ in pythonPackages.buildPythonApplication rec {
195
BASH_COMPLETION_SCRIPT="${completion}" \
196
HOME="$(mktemp -d)" \
197
# Exclude failing test https://github.com/beetbox/beets/issues/2652
198
- 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
199
200
runHook postCheck
201
'';
0 commit comments