python3Packages.logbook: add missing pytest-rerunfailures dep

This commit is contained in:
Olivér Falvai
2025-02-15 08:13:41 +01:00
parent 80b6c1af98
commit c782c8cd03
@@ -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.