certbot/certbot-dns-luadns/tests
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
..
dns_luadns_test.py Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00