diff --git a/python-astor.changes b/python-astor.changes index 30b1bae..2079286 100644 --- a/python-astor.changes +++ b/python-astor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:10:03 UTC 2023 - Daniel Garcia + +- Skip same tests for python-3.12 + ------------------------------------------------------------------- Fri Apr 21 12:22:08 UTC 2023 - Dirk Müller diff --git a/python-astor.spec b/python-astor.spec index 3357afa..42507b5 100644 --- a/python-astor.spec +++ b/python-astor.spec @@ -87,6 +87,7 @@ python38_donttest="test_huge_int" python39_donttest="${python38_donttest} or test_convert_stdlib" python310_donttest=${python39_donttest} python311_donttest=${python310_donttest} +python312_donttest=${python311_donttest} %pytest tests ${$python_donttest:+ -k "not (${$python_donttest})"} %files %{python_files}