fix(keyringctl): add missing python-toml for coverage run

This commit is contained in:
Levente Polyak
2021-11-07 22:30:37 +01:00
parent e55042e45b
commit e42a895889
2 changed files with 2 additions and 1 deletions

View File

@ -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: