Unverified Commit 1635f91a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #218198 from r-ryantm/auto-update/flexget

flexget: 3.5.25 -> 3.5.27
parents ac21beda 3954f4ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.5.25";
  version = "3.5.27";
  format = "pyproject";

  # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
    owner = "flexget";
    repo = "flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-Xb33/wz85RjBpRkKD09hfDr6txoB1ksKphbjrVt0QWg=";
    hash = "sha256-EeQs7WcNpnz2KrgUel9OF9pwW7WzKJrv5pvsZkV4RVg=";
  };

  postPatch = ''
+5 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, flask
@@ -42,6 +43,10 @@ buildPythonPackage rec {
    "pytest_flask"
  ];

  pytestFlagsArray = lib.optionals stdenv.isDarwin [
    "--ignore=tests/test_live_server.py"
  ];

  meta = with lib; {
    description = "A set of pytest fixtures to test Flask applications";
    homepage = "https://pytest-flask.readthedocs.io/";