gitlab-ci: enable pyjks in lint_mypy job now that it is in backports

This commit is contained in:
Hans-Christoph Steiner 2021-11-29 12:13:09 +01:00
parent b6b3c9272b
commit 778e600269

View file

@ -203,16 +203,16 @@ lint_format_safety_bandit_checks:
lint_mypy: lint_mypy:
image: debian:bullseye image: debian:bullseye-backports
<<: *apt-template <<: *apt-template
script: script:
- sed -i '/pyjks/d' setup.py # TODO get from backports once available
# use Debian packages to avoid building C/rust sources # use Debian packages to avoid building C/rust sources
- apt-get install - apt-get install
mypy mypy
python3-cryptography python3-cryptography
python3-pip python3-pip
python3-wheel python3-wheel
- apt-get install -t bullseye-backports python3-pyjks
- pip install -e .[test] - pip install -e .[test]
- mypy - mypy