- skip more tests for newer pygments version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2023-08-14 12:53:26 +00:00 committed by Git OBS Bridge
parent e43a795cd5
commit c33b8e9a2f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 14 12:52:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- skip more tests for newer pygments version
-------------------------------------------------------------------
Sun Aug 13 19:27:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -65,7 +65,7 @@ Extract data from python stack frames and tracebacks for informative displays
%check
# incompatibility with Pygments
%pytest -k 'not test_pygments_example'
%pytest -k 'not (test_pygments_example or test_example)'
%files %{python_files}
%{python_sitelib}/stack_data