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}