summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2021-04-08 16:20:46 +0200
committerDaniel P. Berrangé <dan-gitlab@berrange.com>2021-04-12 17:39:22 +0000
commit80ed19052ff79f8a7d846a8f0d9587bde288029c (patch)
tree5702775eb76bef8304b641e174cae246e7814111 /libvirt-python.spec.in
parent220818affcc68161c90b6dfc6a6349354a5b73f3 (diff)
downloadlibvirt-python-80ed19052ff79f8a7d846a8f0d9587bde288029c.tar.gz
spec: use pytest instead of nose
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'libvirt-python.spec.in')
-rw-r--r--libvirt-python.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in
index 3c22c66..7f744a9 100644
--- a/libvirt-python.spec.in
+++ b/libvirt-python.spec.in
@@ -22,10 +22,10 @@ License: LGPLv2+
BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel
%if 0%{?rhel} == 7
-BuildRequires: python36-nose
+BuildRequires: python36-pytest
BuildRequires: python36-lxml
%else
-BuildRequires: python3-nose
+BuildRequires: python3-pytest
BuildRequires: python3-lxml
%endif
BuildRequires: gcc