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