14
0

Accepting request 1305063 from devel:languages:python

- Skip two broken tests under Python 3.14.

OBS-URL: https://build.opensuse.org/request/show/1305063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typing-inspect?expand=0&rev=7
This commit is contained in:
2025-09-17 14:37:08 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 16 04:26:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip two broken tests under Python 3.14.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 4 06:15:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Wed Jun 4 06:15:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-typing-inspect # spec file for package python-typing-inspect
# #
# Copyright (c) 2025 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
@@ -54,7 +54,8 @@ Python runtime inspection utilities for typing module.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pytest # https://github.com/ilevkivskyi/typing_inspect/issues/108
%pytest -k 'not (test_parameters or test_typed_dict_mypy_extension)'
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md