Accepting request 1116198 from devel:languages:python

- Remove superflous BR pytest plugins: randomly rerunfailures

OBS-URL: https://build.opensuse.org/request/show/1116198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatch?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-10-08 10:18:45 +00:00 committed by Git OBS Bridge
commit 27ab38807c
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 7 11:16:12 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Remove superflous BR pytest plugins: randomly rerunfailures
-------------------------------------------------------------------
Tue Sep 19 11:01:55 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

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