From cfd77df13946ab40720aee292ad90baca3051f90 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 14 Dec 2021 02:33:03 +0100 Subject: [PATCH] Utilize pytest instead of the deprecated nose test runner --- pungi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi.spec b/pungi.spec index 9f3b2138..780984f8 100644 --- a/pungi.spec +++ b/pungi.spec @@ -11,7 +11,7 @@ Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2 Patch0: https://pagure.io/pungi/pull-request/1572.patch BuildRequires: make -BuildRequires: python3-nose +BuildRequires: python3-pytest BuildRequires: python3-mock BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -107,7 +107,7 @@ gzip _build/man/pungi.1 rm %{buildroot}%{_bindir}/pungi %check -nosetests-3 --exe -e test_variant_repo_rpms +%pytest %files %license COPYING GPL