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
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
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:

View File

@ -33,6 +33,7 @@ and develop this project:
* python-coverage
* python-isort
* python-pytest
* python-tomli
* flake8
* mypy