From 46ec1846cd18edfc470cd144f4e140386fe48443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 5 Dec 2024 13:42:20 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 python-notebook revision f97e851acf4f026bf41c0b084ec18109 --- python-notebook.changes | 5 +++++ python-notebook.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-notebook.changes b/python-notebook.changes index dcdb065..8669b67 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 09:27:59 UTC 2024 - Daniel Garcia + +- Disable broken tests + ------------------------------------------------------------------- Mon Aug 7 12:00:44 UTC 2023 - Jiri Srain diff --git a/python-notebook.spec b/python-notebook.spec index 3ecae0d..936ea90 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -230,6 +230,9 @@ export LANG=en_US.UTF-8 export PYTHONNOUSERSITE=1 # test_launch_socket_collision: fails because there are still servers listening pythonall_donttest="test_launch_socket_collision" +pythonall_donttest+=" or test_enable or test_disable or test_merge_config or test_load_ordered" +pythonall_donttest+=" or test_list_running_sock_servers or test_run" + %{python_expand # these tests call the wrong interpreter somewhere deep in the stack if [ "$python_" != "python3_" -a "%{$python_provides}" != "python3" ]; then python_$python_donttest+=" or (test_kernels_api and (test_connection or test_culling))"