File project.diff of Package python-libtmux
--- python-libtmux.spec.orig
+++ python-libtmux.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-libtmux
#
-# 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
@@ -50,6 +50,7 @@ tmuxp, a tmux workspace manager.
%setup -q -n libtmux-%{version}
%build
+export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
%pyproject_wheel
%install
@@ -65,6 +66,9 @@ cp src.bak/libtmux/__about__.py src/libt
export TMUX_TMPDIR=/tmp
echo "Starting tests with PYTEST_IGNORE set to $PYTEST_IGNORE"
+%if 0%{?sle_version} == 150600
+export LANG=en_US.UTF-8
+%endif
export PYTEST_IGNORE="test_select_window or test_session.py::test_select_window or tests/test_session.py::test_select_window or tests/legacy_api/test_session.py::test_select_window or test_function_times_out"
%pytest -k "not (${PYTEST_IGNORE})"