From 0161eeb8dbe2e902201a137b873a0d722b42ac86 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 23 Jan 2025 14:27:13 -0600 Subject: [PATCH] webcomix dependency push --- pkgs_pr/webcomix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs_pr/webcomix.nix b/pkgs_pr/webcomix.nix index 4597595..099903c 100644 --- a/pkgs_pr/webcomix.nix +++ b/pkgs_pr/webcomix.nix @@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec { substituteInPlace pyproject.toml \ --replace-fail "poetry>=1.2.0" poetry-core \ --replace-fail "poetry.masonry.api" "poetry.core.masonry.api" \ - --replace-fail 'pytest-rerunfailures = "^11.1.2"' 'pytest-rerunfailures = "14.0"' + --replace-fail 'pytest-rerunfailures = "^11.1.2"' 'pytest-rerunfailures = "15.0"' ''; build-system = [