diff --git a/python-stack-data.changes b/python-stack-data.changes index 7eca95f..b9c8ef3 100644 --- a/python-stack-data.changes +++ b/python-stack-data.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 4 01:04:23 UTC 2023 - Matej Cepl + +- Skip test_pygments_example test, because it is just too + unstable given the ever changing output from Pygments. + ------------------------------------------------------------------- Mon May 16 12:18:16 UTC 2022 - Matej Cepl diff --git a/python-stack-data.spec b/python-stack-data.spec index 2c9d499..f7e5f6b 100644 --- a/python-stack-data.spec +++ b/python-stack-data.spec @@ -1,7 +1,7 @@ # # spec file for package python-stack-data # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-stack-data Version: 0.2.0 Release: 0 @@ -65,9 +64,11 @@ Extract data from python stack frames and tracebacks for informative displays %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# incompatibility with Pygments +%pytest -k 'not test_pygments_example' %files %{python_files} -%{python_sitelib}/stack_data* +%{python_sitelib}/stack_data +%{python_sitelib}/stack_data-%{version}*-info %changelog