diff --git a/python-rich.spec b/python-rich.spec index c34e7a5..04ec0d1 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -47,7 +47,10 @@ code, tracebacks, and more — out of the box. %pyproject_save_files rich %check -%pytest -v +# Disabled tests fail with Pygments 2.11 +%pytest -v -k "not test_python_render and \ + not test_python_render_simple and \ + not test_python_render_indent_guides" %files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE