Source: python-certbot-dns-route53
Version: 4.0.0-1
Severity: normal
Dear Maintainer,
After the upgrade to 4.0.0, python3-mock is not anymore needed.
$ grep mock -r
certbot_dns_route53/_internal/tests/dns_route53_test.py:from unittest
import mock
certbot_dns_route53/_internal/tests/dns_route53_test.py: self.config
= mock.MagicMock()
certbot_dns_route53/_internal/tests/dns_route53_test.py:
self.auth._change_txt_record = mock.MagicMock() # type: ignore[method-assign,
unused-ignore]
certbot_dns_route53/_internal/tests/dns_route53_test.py:
self.auth._wait_for_change = mock.MagicMock() # type: ignore [method-assign,
unused-ignore]
...
(-) debian/control: python3-mock,
Please remove the one extraneos line from debian/control.
Greetings,
Alexandre
-- System Information:
Debian Release: 13.0
APT prefers testing
APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.27-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled