diff --git a/python-pyee.changes b/python-pyee.changes index 74bf5e1..9d5261c 100644 --- a/python-pyee.changes +++ b/python-pyee.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 16 04:47:59 UTC 2025 - Steve Kowalik + +- Fix pytest section in pyproject.toml. + ------------------------------------------------------------------- Fri Jul 11 10:38:21 UTC 2025 - Georg Pfuetzenreuter diff --git a/python-pyee.spec b/python-pyee.spec index ea77574..5e6131e 100644 --- a/python-pyee.spec +++ b/python-pyee.spec @@ -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