15
0
forked from pool/python-parso

Accepting request 1191178 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1191178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=22
This commit is contained in:
2024-08-06 07:07:49 +00:00
committed by Git OBS Bridge
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>

View File

@@ -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}