diff --git a/python-hatch.changes b/python-hatch.changes index 524c766..7fb6b51 100644 --- a/python-hatch.changes +++ b/python-hatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 7 11:16:12 UTC 2023 - Matej Cepl + +- Remove superflous BR pytest plugins: randomly rerunfailures + ------------------------------------------------------------------- Tue Sep 19 11:01:55 UTC 2023 - Markéta Machová diff --git a/python-hatch.spec b/python-hatch.spec index cc7441e..83b7ad5 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -55,8 +55,6 @@ BuildRequires: %{python_module hatch = %{version}} # Due to Patch1, gh#pypa/hatch#828 BuildRequires: %{python_module hatchling >= 1.17.1} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest-randomly} -BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module trustme}