From 80ed19052ff79f8a7d846a8f0d9587bde288029c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Thu, 8 Apr 2021 16:20:46 +0200 Subject: spec: use pytest instead of nose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko --- libvirt-python.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvirt-python.spec.in') 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 -- cgit v1.2.1