certbot/certbot-dns-google
Adrien Ferrand 55d411f1eb
Remove deprecated python setup.py test call and update packager guide (#8262)
Fixes #7585

This PR removes the specific configuration to configure the test runner included in `setuptools` to use pytest, the deprecated parameters related to setuptools testing in `setup.py`, and update the packaging guide to use `python -m pytest` instead of `python setup.py test`.

The farm test `test_sdist.sh` is also updated to use directly pytest. This test is designed to reproduce the steps used by OS integrators when they package `certbot`, and ensure that we are not breaking something that will impact their work. We discussed with integrators from RHEL/CentOS and Debian, and they are fine with us testing sdist directly with pytest.

One execution of the `test_sdist.sh` farm test with the modifications made by this PR can be seen here: https://dev.azure.com/certbot/certbot/_build/results?buildId=2606&view=results

* Remove setuptools deprecated features about testing

* Updating packaging guide

* Add changelog entry
2020-09-10 15:57:59 -07:00
..
certbot_dns_google 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
snap Make externally snapped plugin updates more stable (#8145) 2020-07-22 17:07:07 -07:00
tests Do not require mock in Python 3 in certbot-dns modules (#7900) 2020-04-15 11:54:44 -07:00
LICENSE.txt Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -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 Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -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 Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
setup.py Remove deprecated python setup.py test call and update packager guide (#8262) 2020-09-10 15:57:59 -07:00

Google Cloud DNS Authenticator plugin for Certbot