From 9ef0242ddf7fa6fece77a00a1b901a9d711546f6ca06fa828c17728e86ed3a1d Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 20 Sep 2025 17:21:13 +0000 Subject: [PATCH] Accepting request 1305976 from home:mcalabkova:branches:devel:languages:python:jupyter - Skip tests failing with Python 3.14 OBS-URL: https://build.opensuse.org/request/show/1305976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=44 --- python-traitlets.changes | 5 +++++ python-traitlets.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-traitlets.changes b/python-traitlets.changes index f0e4a8f..7b0f7e8 100644 --- a/python-traitlets.changes +++ b/python-traitlets.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 19 10:42:46 UTC 2025 - Markéta Machová + +- Skip tests failing with Python 3.14 + ------------------------------------------------------------------- Sat Oct 5 21:34:51 UTC 2024 - Matej Cepl diff --git a/python-traitlets.spec b/python-traitlets.spec index 69bd34d..b22477f 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -1,7 +1,7 @@ # # spec file for package python-traitlets # -# Copyright (c) 2024 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 @@ -53,7 +53,8 @@ sed -i 's/"--color=yes",//' pyproject.toml %check # no mypy testing in Ring1 # skip test_complete_custom_completers because of gh#ipython/traitlets#911 -%pytest --ignore tests/test_typing.py -k 'not test_complete_custom_completers' +# test_complete_simple_app and test_complete_subcommands_subapp1 fail with Python 3.14 https://github.com/pytest-dev/pytest-cov/issues/719 +%pytest --ignore tests/test_typing.py -k 'not (test_complete_custom_completers or test_complete_simple_app or test_complete_subcommands_subapp1)' %files %{python_files} %doc README.md