Change check stage to use pytest

This commit is contained in:
Michael Kelly 2022-03-25 07:49:41 -07:00
parent 9a6fd12aac
commit a6c7cc1428
No known key found for this signature in database
GPG Key ID: 77F7FE93040ECF3E

View File

@ -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