test: add pytest to test env container
Add pytest and coverage support for it to the koji test environment container.
This commit is contained in:
parent
b92e19aa1d
commit
0af2d958e3
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ RUN dnf -y upgrade \
|
||||||
pylint \
|
pylint \
|
||||||
python3-flexmock \
|
python3-flexmock \
|
||||||
python3-jsonschema \
|
python3-jsonschema \
|
||||||
|
python3-pytest-cov \
|
||||||
|
python3-pytest \
|
||||||
python3-koji \
|
python3-koji \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue