Accepting request 1323042 from devel:languages:python

- Fix pytest section in pyproject.toml.

OBS-URL: https://build.opensuse.org/request/show/1323042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=16
This commit is contained in:
2025-12-16 14:56:36 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 16 04:47:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Fix pytest section in pyproject.toml.
-------------------------------------------------------------------
Fri Jul 11 10:38:21 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyee
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,8 @@ from Node.js.
%prep
%autosetup -n pyee-%{version} -p1
# https://github.com/jfhbrook/pyee/issues/189
sed -ie 's/\(tool.pytest\)/\1.ini_options/' pyproject.toml
%build
%pyproject_wheel