certbot/certbot-ci/certbot_integration_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
..
assets Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
certbot_tests deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
nginx_tests Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
rfc2136_tests Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
utils deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
.coveragerc Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
conftest.py tests: remove Boulder v1 endpoint from certbot-ci and azure (#9140) 2021-12-13 10:42:15 -08:00
py.typed Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00