forked from pool/python-pytest-describe
- Skip a broken test with Pytest 8.4.
- Drop unneeded {Build,}Requires on python-py.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-describe?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 02:59:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user