certbot/certbot-dns-linode
ohemorange 9c345ac301
Do not require mock in Python 3 in certbot-dns modules (#7900)
Part of #7886.

This PR conditionally installs `mock` in `certbot-dns-*/setup.py` based on setuptools version and python version, when possible. It then updates the tests to use `unittest.mock` when `mock` isn't available.

* Do not require mock in Python 3 in certbot-dns modules

* update changelog

* error when trying to build wheels with old setuptools

* add type: ignores
2020-04-15 11:54:44 -07:00
..
certbot_dns_linode Remove useless pylint error suppression directives (#7657) 2020-02-13 13:56:16 -08:00
docs Don't display todo comments in docs (#7753) 2020-02-06 15:39:47 -08:00
tests Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00
LICENSE.txt Linode DNS Authenticator (#5302) 2018-07-10 13:51:03 -07:00
local-oldest-requirements.txt Release 1.1.0 2020-01-14 10:52:03 -08:00
MANIFEST.in Refactor tests out of packaged module for dns plugins (#7599) 2019-11-26 15:25:28 -08:00
README.rst Linode DNS Authenticator (#5302) 2018-07-10 13:51:03 -07:00
readthedocs.org.requirements.txt Refactor certbot/ and certbot/tests/ to use the same structure as the other packages (#7544) 2019-11-25 14:28:05 -08:00
setup.cfg Linode DNS Authenticator (#5302) 2018-07-10 13:51:03 -07:00
setup.py Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00

Linode DNS Authenticator plugin for Certbot