simp_le: add mock to checkInputs
This commit is contained in:
parent
d869ed778e
commit
b9c178aa6d
|
@ -22,6 +22,8 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python3Packages; [ acme setuptools_scm josepy idna ];
|
||||
|
||||
checkInputs = with python3Packages; [ mock ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/zenhack/simp_le";
|
||||
description = "Simple Let's Encrypt client";
|
||||
|
|
Loading…
Reference in New Issue