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:
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user