From 13c339d1b49d012c0d90bb18610557a26049934b761f38cabb334f07041ff5c0 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 4 Jul 2024 12:07:35 +0000 Subject: [PATCH] - Skip same tests for python-3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=33 --- python-astor.changes | 5 +++++ python-astor.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-astor.changes b/python-astor.changes index 2079286..e293af9 100644 --- a/python-astor.changes +++ b/python-astor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 4 12:06:42 UTC 2024 - Daniel Garcia + +- Skip same tests for python-3.13 + ------------------------------------------------------------------- Thu Sep 28 12:10:03 UTC 2023 - Daniel Garcia diff --git a/python-astor.spec b/python-astor.spec index 42507b5..7960c23 100644 --- a/python-astor.spec +++ b/python-astor.spec @@ -1,7 +1,7 @@ # # 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 # 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} python311_donttest=${python310_donttest} python312_donttest=${python311_donttest} +python313_donttest=${python312_donttest} %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"} %files %{python_files}