Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-describe for
openSUSE:Factory checked in at 2025-07-02 12:09:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-describe (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-describe.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-describe"
Wed Jul 2 12:09:20 2025 rev:7 rq:1289377 version:2.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-describe/python-pytest-describe.changes
2024-03-22 15:32:46.255743023 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-describe.new.7067/python-pytest-describe.changes
2025-07-02 12:10:11.900490612 +0200
@@ -1,0 +2,6 @@
+Tue Jul 1 02:59:27 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Skip a broken test with Pytest 8.4.
+- Drop unneeded {Build,}Requires on python-py.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-describe.spec ++++++
--- /var/tmp/diff_new_pack.Pv6Ozv/_old 2025-07-02 12:10:12.524516686 +0200
+++ /var/tmp/diff_new_pack.Pv6Ozv/_new 2025-07-02 12:10:12.528516853 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-describe
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,16 +22,13 @@
Release: 0
Summary: Describe-style plugin for pytest
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-describe
Source:
https://files.pythonhosted.org/packages/source/p/pytest-describe/pytest-describe-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-py
Requires: python-pytest >= 4.0
BuildArch: noarch
# SECTION test requirements
@@ -53,7 +50,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Broken with pytest 8.4
+%pytest -k 'not test_fixture'
%files %{python_files}
%doc README.md