python3Packages.certbot-dns-inwx: fix broken pytestImportsCheck
This surely was intended to be an imports check, judging by the content of the list. Setting pytestCheckHook like that surely makes no sense.
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
# Doesn't have any tests
|
||||
doCheck = false;
|
||||
|
||||
pytestCheckHook = [ "certbot_dns_inwx" ];
|
||||
pytestImportsCheck = [ "certbot_dns_inwx" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "INWX DNS Authenticator plugin for Certbot";
|
||||
|
||||
Reference in New Issue
Block a user