python3Packages.logbook: add missing pytest-rerunfailures dep (#382246)

This commit is contained in:
Sandro
2025-03-05 18:30:31 +01:00
committed by GitHub
@@ -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.