Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-benchmark for
openSUSE:Factory checked in at 2023-03-31 21:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-benchmark (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-benchmark.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-benchmark"
Fri Mar 31 21:14:03 2023 rev:11 rq:1072990 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-benchmark/python-pytest-benchmark.changes
2023-01-18 13:08:33.340037542 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-benchmark.new.31432/python-pytest-benchmark.changes
2023-03-31 21:14:08.538076436 +0200
@@ -1,0 +2,6 @@
+Mon Mar 20 05:13:36 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Add ptch ignore-deprecationwarning.patch:
+ * Ignore DeprecationWarning, some of our dependancies use pkg_resources.
+
+-------------------------------------------------------------------
New:
----
ignore-deprecationwarning.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-benchmark.spec ++++++
--- /var/tmp/diff_new_pack.Mus3rU/_old 2023-03-31 21:14:08.974077991 +0200
+++ /var/tmp/diff_new_pack.Mus3rU/_new 2023-03-31 21:14:08.978078005 +0200
@@ -27,6 +27,9 @@
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}
++++++ ignore-deprecationwarning.patch ++++++
Index: pytest-benchmark-4.0.0/pytest.ini
===================================================================
--- pytest-benchmark-4.0.0.orig/pytest.ini
+++ pytest-benchmark-4.0.0/pytest.ini
@@ -32,6 +32,7 @@ testpaths =
# Idea from: https://til.simonwillison.net/pytest/treat-warnings-as-errors
filterwarnings =
error
+ ignore::DeprecationWarning
# You can add exclusions, some examples:
# ignore:'pytest_benchmark' defines
default_app_config:PendingDeprecationWarning::
# ignore:The {{% if:::