1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-15 01:49:26 +03:00

spec: use pytest instead of nose

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko
2021-04-08 16:20:46 +02:00
committed by Daniel P. Berrangé
parent 220818affc
commit 80ed19052f

View File

@ -22,10 +22,10 @@ License: LGPLv2+
BuildRequires: libvirt-devel == %{version} BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel BuildRequires: python3-devel
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7
BuildRequires: python36-nose BuildRequires: python36-pytest
BuildRequires: python36-lxml BuildRequires: python36-lxml
%else %else
BuildRequires: python3-nose BuildRequires: python3-pytest
BuildRequires: python3-lxml BuildRequires: python3-lxml
%endif %endif
BuildRequires: gcc BuildRequires: gcc