Fix the unit tests

This commit is contained in:
mprahl
2019-04-03 14:40:52 -04:00
parent 06e903c3c1
commit bc2a1e8d3c
4 changed files with 5 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ RUN yum -y install \
kobo-rpmlib \
libmodulemd \
python-backports-ssl_match_hostname \
python-dnf \
python-dogpile-cache \
python-enum34 \
python-flask \

View File

@@ -13,6 +13,7 @@ RUN dnf -y install \
python3-rpm \
libmodulemd \
python3-gobject \
python3-dnf \
python3-dogpile-cache \
python3-flask \
python3-flask-migrate \