From a6c7cc1428254c17be0ea0456bf9c87c0e6b363f Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Fri, 25 Mar 2022 07:49:41 -0700 Subject: [PATCH] Change check stage to use pytest --- python-oauthlib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index ea36b51..d8bf33c 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -22,6 +22,7 @@ very little effort. Summary: %{summary} BuildRequires: python3-devel +BuildRequires: python3-pytest BuildRequires: %{py3_dist blinker} BuildRequires: python3-jwt @@ -49,7 +50,7 @@ very little effort. %pyproject_save_files oauthlib %check -%{__python3} setup.py test +%{pytest} %files -n python3-oauthlib -f %{pyproject_files} %doc README.rst