Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-libtmux for openSUSE:Factory checked in at 2024-02-11 15:45:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libtmux (Old) and /work/SRC/openSUSE:Factory/.python-libtmux.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libtmux" Sun Feb 11 15:45:17 2024 rev:5 rq:1145565 version:0.27.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libtmux/python-libtmux.changes 2024-02-09 23:54:15.667160935 +0100 +++ /work/SRC/openSUSE:Factory/.python-libtmux.new.1815/python-libtmux.changes 2024-02-11 15:45:26.970406135 +0100 @@ -1,0 +2,6 @@ +Fri Feb 9 19:26:01 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- ignore some checks again, that seemed fine but are now again + failing intermittently + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libtmux.spec ++++++ --- /var/tmp/diff_new_pack.OXDGLY/_old 2024-02-11 15:45:27.566427565 +0100 +++ /var/tmp/diff_new_pack.OXDGLY/_new 2024-02-11 15:45:27.566427565 +0100 @@ -64,13 +64,13 @@ export TMUX_TMPDIR=/tmp export PYTEST_IGNORE="" %ifarch x86_64 -export PYTEST_IGNORE="-k (not test_session.py::test_select_window)" +export PYTEST_IGNORE="-k (not test_session.py::test_select_window or test_test.py::test_function_times_out)" %endif %ifarch armv7l -export PYTEST_IGNORE="-k (not test_test.py::test_function_times_out)" +export PYTEST_IGNORE="-k (not test_session.py::test_select_window or test_test.py::test_function_times_out)" %endif %ifarch aarch64 -export PYTEST_IGNORE="-k (not test_session.py::test_select_window)" +export PYTEST_IGNORE="-k (not test_session.py::test_select_window or test_test.py::test_function_times_out)" %endif echo "Starting tests with PYTEST_IGNORE set to $PYTEST_IGNORE" %pytest $PYTEST_IGNORE