beets: correctly ignore tests

This fixes the beetsPackages.beets-minimal build.
main
Gabriel Ebner 2 years ago
parent 599ada91f1
commit e2ae9005ab
  1. 2
      pkgs/tools/audio/beets/common.nix

@ -126,7 +126,7 @@ python3Packages.buildPythonApplication rec {
eval "disabledTestPaths=($disabledTestPaths)"
for path in ''${disabledTestPaths[@]}; do
if [ -e "$path" ]; then
args+=" --ignore \"$path\""
args+=" --ignore $path"
else
echo "Skipping non-existent test path '$path'"
fi

Loading…
Cancel
Save