forked from pool/python-traitlets
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 103a1767d7 | |||
| a854c25ed2 | |||
| a68653755a | |||
| ee3d42d2c5 |
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 10:42:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Skip tests failing with Python 3.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 5 21:34:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Skip test_complete_custom_completers test because it is failing
|
||||||
|
with 3.12.7 (gh#ipython/traitlets#911).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 20 05:50:43 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon May 20 05:50:43 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-traitlets
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -52,7 +52,9 @@ sed -i 's/"--color=yes",//' pyproject.toml
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# no mypy testing in Ring1
|
# no mypy testing in Ring1
|
||||||
%pytest --ignore tests/test_typing.py
|
# skip test_complete_custom_completers because of gh#ipython/traitlets#911
|
||||||
|
# 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}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user