mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
gitlab-ci: enable pyjks in lint_mypy job now that it is in backports
This commit is contained in:
parent
b6b3c9272b
commit
778e600269
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user