diff --git a/python-pytest-describe.changes b/python-pytest-describe.changes index 752bbb0..c333964 100644 --- a/python-pytest-describe.changes +++ b/python-pytest-describe.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 1 02:59:27 UTC 2025 - Steve Kowalik + +- Skip a broken test with Pytest 8.4. +- Drop unneeded {Build,}Requires on python-py. + ------------------------------------------------------------------- Thu Mar 21 17:22:52 UTC 2024 - Dirk Müller diff --git a/python-pytest-describe.spec b/python-pytest-describe.spec index 1d36b76..d74514b 100644 --- a/python-pytest-describe.spec +++ b/python-pytest-describe.spec @@ -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 @@ Version: 2.2.0 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 @@ Describe-style plugin for pytest. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Broken with pytest 8.4 +%pytest -k 'not test_fixture' %files %{python_files} %doc README.md