spotdl: disable tests

They require networking after the last ytmusicapi update.
This commit is contained in:
Robert Schütz 2021-05-18 17:55:08 +02:00 committed by Jonathan Ringer
parent 4e0014145c
commit b84ce9991c

View file

@ -35,6 +35,9 @@ python3.pkgs.buildPythonApplication rec {
pytest-subprocess
];
# requires networking
doCheck = false;
makeWrapperArgs = [
"--prefix" "PATH" ":" (lib.makeBinPath [ ffmpeg ])
];