From f5c2bdfee29e2807b25c64737813196c3713ae75af0909e13c203be143892d14 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 7 Oct 2023 11:16:23 +0000 Subject: [PATCH] - Remove superflous BR pytest plugins: randomly rerunfailures OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=24 --- python-hatch.changes | 5 +++++ python-hatch.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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}