tutor/tests
Régis Behmo e990291d16 feat: upgrade pinned requirements to click 8+
We were forced to pin click to < v8 because of missing dependencies. In
particular, click_repl was broken. This is no longer the case, as click_repl
0.20 was published. Also, Jinja2 now includes type annotations, which allows us
to get rid of a few "# type: ignore" statements.

We take the opportunity to upgrade all requirements, which allows us resolve a
security issue on urllib3<1.26.0.
2021-06-06 14:38:59 +02:00
..
__init__.py Add unit tests! yay! 2019-03-23 16:16:44 -07:00
openedx-lms-common-settings Better `dev` environment 2019-10-24 20:03:36 +02:00
test_bindmounts.py fix: crash during `local quickstart -p` 2021-05-07 17:01:09 +02:00
test_config.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_env.py feat: upgrade pinned requirements to click 8+ 2021-06-06 14:38:59 +02:00
test_images.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_plugins.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
test_serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
test_utils.py refactor: add type annotations 2021-03-15 21:46:55 +01:00