Unverified Commit 29558c07 authored by Félix's avatar Félix Committed by GitHub
Browse files

spotdl: 4.2.2 -> 4.2.4 (#272641)

Some tests have been renamed. We also disable some new tests requiring
network connectivity.
parent 2f878b30
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 = [