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:
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue