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:
Wolfgang Walther
2024-11-12 21:09:43 +01:00
parent 676b249c55
commit 5eeb03141c
@@ -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";