From e6001eada84203edc2d07d96345da6608b905ba297d753b2cf96e7b0332a5ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Sep 2022 11:55:44 +0000 Subject: [PATCH] Accepting request 1002902 from home:mcalabkova:branches:devel:languages:python - Skip test_huge_int due to new security feature in Python 3.10.7 OBS-URL: https://build.opensuse.org/request/show/1002902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=23 --- python-astor.changes | 5 +++++ python-astor.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-astor.changes b/python-astor.changes index 32103fc..0949a9d 100644 --- a/python-astor.changes +++ b/python-astor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 11:52:11 UTC 2022 - Markéta Machová + +- Skip test_huge_int due to new security feature in Python 3.10.7 + ------------------------------------------------------------------- Sun Dec 12 18:45:55 UTC 2021 - Ben Greiner diff --git a/python-astor.spec b/python-astor.spec index 3c084b8..d098ec1 100644 --- a/python-astor.spec +++ b/python-astor.spec @@ -1,7 +1,7 @@ # # spec file for package python-astor # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,7 +84,8 @@ chmod a-x astor/rtrip.py %check # https://github.com/berkerpeksag/astor/issues/196 python39_donttest="test_convert_stdlib" -python310_donttest=${python39_donttest} +# https://github.com/berkerpeksag/astor/issues/212 +python310_donttest="${python39_donttest} or test_huge_int" %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"} %files %{python_files}