diff --git a/python-Pygments.changes b/python-Pygments.changes index 044ad24..0ac9939 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 18 12:11:36 UTC 2022 - Matej Cepl + +- Removing a test file is too much a hack for me + ------------------------------------------------------------------- Fri Jul 15 14:30:49 UTC 2022 - Ben Greiner diff --git a/python-Pygments.spec b/python-Pygments.spec index f7544cd..ca124d8 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -84,8 +84,7 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 %check # skip test that requires wcag-contrast-ratio Python package -rm ./tests/contrast/test_contrasts.py -%pytest +%pytest --ignore tests/contrast/test_contrasts.py %pre # If libalternatives is used: Removing old update-alternatives entries.