certbot/certbot-ci/certbot_integration_tests/utils
alexzorin 42a4d30267
deps: remove pyjwt dependency (#9337)
* deps: remove pyjwt dependency

* pinning: strip extras from dependencies

`poetry export` outputs in requirements.txt format, which is now
apparently producing "dep[extra]==...". We are using this output
as the constraints file for pip and pip's new resolver does not
permit extras in the constraints file.

This change filters out the extras specifiers.

* repin current dependencies

* fix new pylint complaints

* silence lint about distutils.version

We have already deprecated the function and it'll be removed in
2.0.

* docs: set sphinx language to 'en'

this is emitting a warning and failing the build

* Revert "pinning: strip extras from dependencies"

This reverts commit 11268fd231.

* pin poetry back to avoid extras issue

* repin

* fix new mypy complaints in acme/
2022-07-28 17:26:12 -07:00
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
acme_server.py deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
certbot_call.py Fully type certbot apache (#9177) 2022-01-31 19:17:40 +11:00
constants.py certbot-ci: fix boulder-v2 failures related to unexported challtestsrv port (#9235) 2022-03-16 08:50:26 +11:00
dns_server.py Fully type certbot apache (#9177) 2022-01-31 19:17:40 +11:00
misc.py Ignore parallel coverage files (#9293) 2022-05-07 13:31:59 +10:00
pebble_artifacts.py certbot-ci: upgrade pebble to v2.3.1 (#9260) 2022-04-02 08:17:08 +11:00
pebble_ocsp_server.py Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
proxy.py Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00