From fb5373309a0f37c5aaeb097e006b33f3f976a38b42df730fbbb055bc2bf3e082 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 18 Jul 2022 12:12:21 +0000 Subject: [PATCH] - Removing a test file is too much a hack for me OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=84 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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.