From 4b5a9b217e7790d5151ec012c0898bc1eb7773d6 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Feb 20 2017 10:31:11 +0000 Subject: add python-pytest-cov builddep to run test suite during building --- diff --git a/testcloud.spec b/testcloud.spec index 0653535..7531777 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -3,7 +3,7 @@ Name: testcloud Version: 0.1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -31,7 +31,8 @@ Requires: python-jinja2 Requires: net-tools BuildRequires: python2-devel -BuildRequires: pytest +BuildRequires: python2-pytest +BuildRequires: python-pytest-cov BuildRequires: python-setuptools # Provides: python2-testcloud @@ -96,6 +97,9 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir %{_bindir}/testcloud %changelog +* Mon Feb 20 2017 Kamil Páral - 0.1.11-2 +- add python-pytest-cov builddep to run test suite during building + * Mon Feb 20 2017 Kamil Páral - 0.1.11-1 - make libvirt url configurable - avoid race condition during listing domains