summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--copr-backend.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/copr-backend.spec b/copr-backend.spec
index 79915d6..50ef523 100644
--- a/copr-backend.spec
+++ b/copr-backend.spec
@@ -85,6 +85,7 @@ Requires: python3-dateutil
%if !0%{?openEuler}
Requires: python3-fedmsg
Requires: python3-copr-messaging
+Requires: python3-novaclient
%endif
Requires: python3-filelock
Requires: python3-gobject
@@ -92,7 +93,6 @@ Requires: python3-humanize
Requires: python3-jinja2
Requires: python3-munch
Requires: python3-netaddr
-Requires: python3-novaclient
Requires: python3-packaging
Requires: python3-pytz
Requires: python3-requests
@@ -189,8 +189,8 @@ cp -a conf/logstash/copr_backend.conf %{buildroot}%{_pkgdocdir}/examples/%{_sysc
cp -a docs/build/html %{buildroot}%{_pkgdocdir}/
# check need non-root user
-#%check
-#./run_tests.sh -vv --no-cov
+%check
+./run_tests.sh -vv --no-cov
%pre
getent group copr >/dev/null || groupadd -r copr