patroni: fix tests

This commit is contained in:
Austin Butler
2020-11-06 09:42:17 -08:00
committed by Jonathan Ringer
parent b99504f142
commit a361626b6e
+1 -1
View File
@@ -39,7 +39,7 @@ pythonPackages.buildPythonApplication rec {
checkInputs = with pythonPackages; [
flake8
mock
pytest
pytestCheckHook
pytestcov
requests
];