certbot/acme/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
..
testdata Test coverage dns ecdsa (#9174) 2022-01-21 20:29:53 +11:00
challenges_test.py deps: remove pyjwt dependency (#9337) 2022-07-28 17:26:12 -07:00
client_test.py Change query_registration() to use _get_v2_account() (#9307) 2022-06-09 07:49:40 +10:00
crypto_util_test.py Update generated CSRs to create V1 CSRs (#9334) 2022-06-29 14:24:24 +10:00
errors_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
fields_test.py Typed jose fields (#9073) 2022-01-24 15:16:19 -08:00
jose_test.py Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00
jws_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
magic_typing_test.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
messages_test.py Add subproblems to errors (#7046) (#9258) 2022-04-06 09:34:26 -07:00
standalone_test.py Use super().__init__ instead of explicitly calling named super-class. (#9166) 2022-01-09 22:50:44 +01:00
test_util.py Test coverage dns ecdsa (#9174) 2022-01-21 20:29:53 +11:00
util_test.py Refactor tests out of packaged module for acme plugin (#7600) 2019-11-26 15:25:41 -08:00