From 11d258a0a47483a2d45a27ae014248d2601a250b Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 8 Dec 2021 19:18:15 +0100 Subject: [PATCH] Utilize pytest instead of the deprecated nose test runner Closes: #54 Closes: #58 --- dist-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-git.spec b/dist-git.spec index a768a1e..de35b80 100644 --- a/dist-git.spec +++ b/dist-git.spec @@ -50,7 +50,7 @@ Requires: python3-requests Recommends: python3-grokmirror Suggests: python3-fedmsg Suggests: fedora-messaging -BuildRequires: python3-nose +BuildRequires: python3-pytest BuildRequires: python3-parameterized BuildRequires: python3-requests @@ -118,7 +118,7 @@ exit 0 %if 0%{?rhel} && 0%{?rhel} < 8 nosetests . %else -nosetests-3 . +pytest %endif