Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 103a1767d7 | |||
| a854c25ed2 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Oct 5 21:34:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -53,7 +53,8 @@ sed -i 's/"--color=yes",//' pyproject.toml
|
|||||||
%check
|
%check
|
||||||
# no mypy testing in Ring1
|
# no mypy testing in Ring1
|
||||||
# skip test_complete_custom_completers because of gh#ipython/traitlets#911
|
# 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}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user