- Add ptch ignore-deprecationwarning.patch:

* Ignore DeprecationWarning, some of our dependancies use pkg_resources.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-benchmark?expand=0&rev=26
This commit is contained in:
2023-03-20 05:14:18 +00:00
committed by Git OBS Bridge
parent 0f2466043a
commit c6a254c99f
3 changed files with 21 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-benchmar
Patch0: fix-test-fast.patch
# PATCH-FIX-OPENSUSE py311.patch gh#ionelmc/pytest-benchmark#232
Patch1: py311.patch
# PATCH-FIX-OPENSUSE Ignore DeprecationWarning, some of our dependancies use
# pkg_resources.
Patch2: ignore-deprecationwarning.patch
BuildRequires: %{python_module aspectlib}
BuildRequires: %{python_module elasticsearch}
BuildRequires: %{python_module freezegun}