diff --git a/python-Pygments.changes b/python-Pygments.changes index 1b3ec13..88be9e9 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 02:55:32 UTC 2025 - Steve Kowalik + +- Skip testcase that breaks with pytest 8.4. + ------------------------------------------------------------------- Sat Jun 21 15:48:13 UTC 2025 - BenoƮt Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index 465c4e7..63daa2d 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -89,7 +89,8 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 # in exmplefiles because of potential licensing concerns # See https://github.com/pygments/pygments/issues/2872 # skip random input tests as they get stuck (missing entropy?) -%pytest -k "not test_guess_lexer_modula2 and not test_random_input" +# test_lexer_classes breaks with pytest 8.4. +%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)" %pre # If libalternatives is used: Removing old update-alternatives entries.