patroni: fix tests

This commit is contained in:
Austin Butler 2020-11-02 17:20:14 -08:00 committed by Jonathan Ringer
parent b99504f142
commit a361626b6e

View file

@ -39,7 +39,7 @@ pythonPackages.buildPythonApplication rec {
checkInputs = with pythonPackages; [
flake8
mock
pytest
pytestCheckHook
pytestcov
requests
];