From c782c8cd03b900c1b707b4ea8dada3df717965bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Sat, 15 Feb 2025 08:13:41 +0100 Subject: [PATCH] python3Packages.logbook: add missing pytest-rerunfailures dep --- pkgs/development/python-modules/logbook/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/logbook/default.nix b/pkgs/development/python-modules/logbook/default.nix index b7b8e242a530..004ff4e383af 100644 --- a/pkgs/development/python-modules/logbook/default.nix +++ b/pkgs/development/python-modules/logbook/default.nix @@ -7,6 +7,7 @@ fetchFromGitHub, jinja2, pytestCheckHook, + pytest-rerunfailures, pythonOlder, pyzmq, redis, @@ -52,6 +53,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook + pytest-rerunfailures ] ++ lib.flatten (builtins.attrValues optional-dependencies); # Some of the tests use localhost networking.