Unverified Commit 5eeb0314 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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.
parent 676b249c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";