diff --git a/python-stack-data.changes b/python-stack-data.changes index 52f4635..c214a2e 100644 --- a/python-stack-data.changes +++ b/python-stack-data.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 12:52:59 UTC 2023 - Dirk Müller + +- skip more tests for newer pygments version + ------------------------------------------------------------------- Sun Aug 13 19:27:59 UTC 2023 - Dirk Müller diff --git a/python-stack-data.spec b/python-stack-data.spec index 9e4ed9b..c5d056f 100644 --- a/python-stack-data.spec +++ b/python-stack-data.spec @@ -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