From f284cbea140d62de806141a637331a8461852ab666855b88acf5c5b932827669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 2 Aug 2024 11:50:17 +0000 Subject: [PATCH] Accepting request 1191121 from home:glaubitz:branches:devel:languages:python - Skip test_python_exception_matches on Python 3.13 as well OBS-URL: https://build.opensuse.org/request/show/1191121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=48 --- python-parso.changes | 5 +++++ python-parso.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}