mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
patroni: fix tests
This commit is contained in:
parent
b99504f142
commit
a361626b6e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
checkInputs = with pythonPackages; [
|
||||
flake8
|
||||
mock
|
||||
pytest
|
||||
pytestCheckHook
|
||||
pytestcov
|
||||
requests
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue