diff --git a/python-typepy.changes b/python-typepy.changes index 8794b17..1e60af3 100644 --- a/python-typepy.changes +++ b/python-typepy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 7 15:27:29 UTC 2021 - pgajdos@suse.com + +- remove pytest-runner from BuildRequires, it is not needed + ------------------------------------------------------------------- Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller diff --git a/python-typepy.spec b/python-typepy.spec index 5cbd1b2..bcfc8d9 100644 --- a/python-typepy.spec +++ b/python-typepy.spec @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mbstrdecoder >= 1.0.0} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.0} BuildRequires: %{python_module pytz >= 2018.9} BuildRequires: %{python_module tcolorpy}