14
0
forked from pool/python-hatch

- Remove superflous BR pytest plugins: randomly rerunfailures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=24
This commit is contained in:
2023-10-07 11:16:23 +00:00
committed by Git OBS Bridge
parent 73b436a6a2
commit f5c2bdfee2
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}