spotdl: 4.2.2 -> 4.2.4 (#272641)

Some tests have been renamed. We also disable some new tests requiring
network connectivity.
This commit is contained in:
Félix 2023-12-09 07:39:50 +01:00 committed by GitHub
parent 2f878b30c5
commit 29558c0722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@ let
python = python3;
in python.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.2";
version = "4.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-pJr0OGUI3OcFsmvn9eqkvpFeF1EkHDdNoWc91s8h9O8=";
hash = "sha256-U0UA94t7WdCeU9Y86rcnT8BzXVx8ryhD3MTJxmNBYcc=";
};
nativeBuildInputs = with python.pkgs; [
@ -79,8 +79,10 @@ in python.pkgs.buildPythonApplication rec {
"test_download_ffmpeg"
"test_download_song"
"test_preload_song"
"test_ytm_get_results"
"test_yt_get_results"
"test_yt_search"
"test_ytm_search"
"test_ytm_get_results"
];
makeWrapperArgs = [