Accepting request 830710 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 2.1.0
  * Use new --code-highlight=no in pytest 6 (and prevent tests from failing)

OBS-URL: https://build.opensuse.org/request/show/830710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pygments-pytest?expand=0&rev=17
This commit is contained in:
2020-08-31 09:10:53 +00:00
committed by Git OBS Bridge
parent 7c9abb17a4
commit 4352f508fd
4 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pygments-pytest
Version: 2.0.0
Version: 2.1.0
Release: 0
Summary: A pygments lexer for pytest output
License: MIT
@@ -50,7 +50,7 @@ This library provides a pygments lexer called "pytest".
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not (test_different_test_types or test_too_long_summary_line or test_deprecated_raises_exec_failure or test_blank_code_line)'
%pytest
%files %{python_files}
%doc README.md