fix(keyringctl): add missing python-toml for coverage run
This commit is contained in:
parent
e55042e45b
commit
e42a895889
@ -23,7 +23,7 @@ test:
|
||||
stage: test
|
||||
needs: []
|
||||
before_script:
|
||||
- pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest
|
||||
- pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest python-tomli
|
||||
script:
|
||||
- make test
|
||||
only:
|
||||
|
@ -33,6 +33,7 @@ and develop this project:
|
||||
* python-coverage
|
||||
* python-isort
|
||||
* python-pytest
|
||||
* python-tomli
|
||||
* flake8
|
||||
* mypy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user