- 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
This commit is contained in:
Matej Cepl 2022-07-18 12:12:21 +00:00 committed by Git OBS Bridge
parent cd8449b35a
commit fb5373309a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 18 12:11:36 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Removing a test file is too much a hack for me
-------------------------------------------------------------------
Fri Jul 15 14:30:49 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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.