From 778e600269da771abbb96b760bdf526a54f0cd7e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 29 Nov 2021 12:13:09 +0100 Subject: [PATCH] gitlab-ci: enable pyjks in lint_mypy job now that it is in backports --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41c5d045..c11f0bcc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,16 +203,16 @@ lint_format_safety_bandit_checks: lint_mypy: - image: debian:bullseye + image: debian:bullseye-backports <<: *apt-template script: - - sed -i '/pyjks/d' setup.py # TODO get from backports once available # use Debian packages to avoid building C/rust sources - apt-get install mypy python3-cryptography python3-pip python3-wheel + - apt-get install -t bullseye-backports python3-pyjks - pip install -e .[test] - mypy