Unverified Commit c013e8c1 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.certbot-dns-google: fix build (#352664)

parents 269d94a5 f85db403
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -28,9 +28,8 @@ buildPythonPackage rec {

  pytestFlagsArray = [
    "-o cache_dir=$(mktemp -d)"

    # Monitor https://github.com/certbot/certbot/issues/9606 for a solution
    "-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'"
    # https://github.com/certbot/certbot/issues/9988
    "-Wignore::DeprecationWarning"
  ];

  meta = certbot.meta // {