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

flexget: 3.5.25 -> 3.5.27
This commit is contained in:
Mario Rodas
2023-02-25 08:03:29 -05:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
@@ -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 = ''
@@ -1,4 +1,5 @@
{ 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/";