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
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
before_script:
|
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:
|
script:
|
||||||
- make test
|
- make test
|
||||||
only:
|
only:
|
||||||
|
@ -33,6 +33,7 @@ and develop this project:
|
|||||||
* python-coverage
|
* python-coverage
|
||||||
* python-isort
|
* python-isort
|
||||||
* python-pytest
|
* python-pytest
|
||||||
|
* python-tomli
|
||||||
* flake8
|
* flake8
|
||||||
* mypy
|
* mypy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user