14
0
forked from pool/python-parso

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
This commit is contained in:
2024-08-02 11:50:17 +00:00
committed by Git OBS Bridge
parent 8664781610
commit 40ea0e7005
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 08:36:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Skip test_python_exception_matches on Python 3.13 as well
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 22 11:38:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Jul 22 11:38:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -58,8 +58,9 @@ tree.
%check %check
# Python 3.10 has deviating exception messages -- gh#davidhalter/parso#192 # Python 3.10 has deviating exception messages -- gh#davidhalter/parso#192
python310_args=("-k" "not test_python_exception_matches") 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") python312_args=("-k" "not test_python_exception_matches")
python313_args=("-k" "not test_python_exception_matches")
%pytest "${$python_args[@]}" %pytest "${$python_args[@]}"
%files %{python_files} %files %{python_files}