mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: enable pyjks in lint_mypy job now that it is in backports
This commit is contained in:
parent
b6b3c9272b
commit
778e600269
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue