patroni: fix tests
This commit is contained in:
parent
b99504f142
commit
a361626b6e
|
@ -39,7 +39,7 @@ pythonPackages.buildPythonApplication rec {
|
||||||
checkInputs = with pythonPackages; [
|
checkInputs = with pythonPackages; [
|
||||||
flake8
|
flake8
|
||||||
mock
|
mock
|
||||||
pytest
|
pytestCheckHook
|
||||||
pytestcov
|
pytestcov
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue