simp_le: add mock to checkInputs

This commit is contained in:
Robert Schütz 2021-04-02 23:51:23 +02:00
parent d869ed778e
commit b9c178aa6d

View File

@ -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";