spotdl: disable tests
They require networking after the last ytmusicapi update.
This commit is contained in:
parent
4e0014145c
commit
b84ce9991c
|
@ -35,6 +35,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
pytest-subprocess
|
pytest-subprocess
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# requires networking
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix" "PATH" ":" (lib.makeBinPath [ ffmpeg ])
|
"--prefix" "PATH" ":" (lib.makeBinPath [ ffmpeg ])
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue