diff --git a/python-parso.changes b/python-parso.changes index ea8835b..5f4dcaf 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:36:21 UTC 2024 - John Paul Adrian Glaubitz + +- Skip test_python_exception_matches on Python 3.13 as well + ------------------------------------------------------------------- Mon Jul 22 11:38:30 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-parso.spec b/python-parso.spec index 3a435bc..e5a4914 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -58,8 +58,9 @@ tree. %check # Python 3.10 has deviating exception messages -- gh#davidhalter/parso#192 python310_args=("-k" "not test_python_exception_matches") -# Python 3.12 also changes how f-strings are parsed +# Python 3.12 and newer also changes how f-strings are parsed python312_args=("-k" "not test_python_exception_matches") +python313_args=("-k" "not test_python_exception_matches") %pytest "${$python_args[@]}" %files %{python_files}