Sync from SUSE:SLFO:Main python-astor revision 36623d21f138dc84bc7b3e6431a8ecd1
This commit is contained in:
parent
6465c41ff2
commit
b3ce36d413
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 4 12:06:42 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Skip same tests for python-3.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 28 12:10:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Sep 28 12:10:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-astor
|
# spec file for package python-astor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -88,6 +88,7 @@ python39_donttest="${python38_donttest} or test_convert_stdlib"
|
|||||||
python310_donttest=${python39_donttest}
|
python310_donttest=${python39_donttest}
|
||||||
python311_donttest=${python310_donttest}
|
python311_donttest=${python310_donttest}
|
||||||
python312_donttest=${python311_donttest}
|
python312_donttest=${python311_donttest}
|
||||||
|
python313_donttest=${python312_donttest}
|
||||||
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
|
%pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
Reference in New Issue
Block a user