certbot/certbot-ci/certbot_integration_tests/certbot_tests
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 Added certbot-ci to lint section. Silenced and fixed linting warnings. (#8450) 2020-12-16 20:34:12 +01:00
assertions.py deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
context.py certbot-ci: fix boulder-v2 failures related to unexported challtestsrv port (#9235) 2022-03-16 08:50:26 +11:00
test_main.py skip boulder for show_account assertions 2022-05-31 17:31:52 +10:00