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:
Christian Kellner 2020-09-14 17:02:02 +02:00
parent b92e19aa1d
commit 0af2d958e3

View file

@ -13,6 +13,8 @@ RUN dnf -y upgrade \
pylint \
python3-flexmock \
python3-jsonschema \
python3-pytest-cov \
python3-pytest \
python3-koji \
&& dnf clean all