certbot/certbot-compatibility-test/certbot_compatibility_test
Adrien Ferrand 143ea15253
Remove all non essential references to the old Zope interfaces (#8988)
As a follow-up to #8971, this PR removes all references to the old Zope interfaces, except the ones used to deprecate them and prepare for their removal.

In the process, some documentation and tests about the `Display` objects are simply removed since they are not relevant anymore given that they are removed from the public API.

* Cleanup some interfaces.IInstaller

* Cleanup IConfig doc

* Allmost complete removal

* Remove useless tests

* Fixes

* More cleanup

* More cleanup

* More cleanup

* Remove a non existent reference

* Better type

* Fix lint
2021-08-17 14:51:26 -07:00
..
configurators Reimplement zope interfaces into abc in compatibility tests (#8971) 2021-08-13 11:00:33 +10:00
testdata certbot-compat: remove dupe random25863 nginx name (#8286) 2020-09-16 10:00:38 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
errors.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
interfaces.py Cleanup some useless type ignore directives (#8987) 2021-08-17 07:43:56 +10:00
test_driver.py Remove all non essential references to the old Zope interfaces (#8988) 2021-08-17 14:51:26 -07:00
util.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
validator.py Stop inheriting from object. It's unneeded on Python 3+. (#8675) 2021-02-25 14:59:00 -08:00
validator_test.py Remove mock dependency (#8630) 2021-02-05 15:51:18 -08:00