15
0

- Add patch support-pytest-8.4.patch:

* Do not allow pytest to collect non-test functions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=28
This commit is contained in:
2025-07-09 06:44:50 +00:00
committed by Git OBS Bridge
parent 9d8e262859
commit c49f002765
3 changed files with 32 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ Summary: Get the currently executing AST node of a frame, and other infor
License: MIT
URL: https://github.com/alexmojaki/executing
Source: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz
# PATCH-FIX-UPSTREAM One commit from gh#alexmojaki/executing#97
Patch0: support-pytest-8.4.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 4.0.0}