spotdl: disable tests

They require networking after the last ytmusicapi update.
This commit is contained in:
Robert Schütz
2021-05-19 17:02:00 -07:00
committed by Jonathan Ringer
parent 4e0014145c
commit b84ce9991c
+3
View File
@@ -35,6 +35,9 @@ python3.pkgs.buildPythonApplication rec {
pytest-subprocess
];
# requires networking
doCheck = false;
makeWrapperArgs = [
"--prefix" "PATH" ":" (lib.makeBinPath [ ffmpeg ])
];