From 8bcaf7d58d31797b907a1d60a5e2c8b64064d387cb0d2a6d22632e39b353b218 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 20 Dec 2021 03:09:42 +0000 Subject: [PATCH] Accepting request 941498 from home:bnavigator:python-rpm-macros - Also skip convert_stdlib in python310: still not fixed OBS-URL: https://build.opensuse.org/request/show/941498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astor?expand=0&rev=22 --- python-astor.changes | 5 +++++ python-astor.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-astor.changes b/python-astor.changes index 28a3f28..32103fc 100644 --- a/python-astor.changes +++ b/python-astor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 12 18:45:55 UTC 2021 - Ben Greiner + +- Also skip convert_stdlib in python310: still not fixed + ------------------------------------------------------------------- Fri Mar 19 19:13:12 UTC 2021 - Ben Greiner diff --git a/python-astor.spec b/python-astor.spec index c81517d..3c084b8 100644 --- a/python-astor.spec +++ b/python-astor.spec @@ -84,6 +84,7 @@ chmod a-x astor/rtrip.py %check # https://github.com/berkerpeksag/astor/issues/196 python39_donttest="test_convert_stdlib" +python310_donttest=${python39_donttest} %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"} %files %{python_files}