python3Packages.logbook: add missing pytest-rerunfailures dep
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user