Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f029bf8c32 | |||
| 4156adef26 |
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-typing-inspect
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -54,8 +54,7 @@ Python runtime inspection utilities for typing module.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# https://github.com/ilevkivskyi/typing_inspect/issues/108
|
||||
%pytest -k 'not (test_parameters or test_typed_dict_mypy_extension)'
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
||||
Reference in New Issue
Block a user