17
0

3 Commits

Author SHA256 Message Date
740a73ec19 - Update to 2.5.0:
* disable test_warnings.
  * add initial subtests support.
2025-12-12 15:39:17 +11:00
59dd0b7dc1 Accepting request 1190075 from devel:languages:python:pytest
- Switch to pyproject macros.
- Skip a test that fails with Pytest 8.3.

OBS-URL: https://build.opensuse.org/request/show/1190075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygments-pytest?expand=0&rev=12
2024-07-30 09:53:29 +00:00
2eb8a62839 - Switch to pyproject macros.
- Skip a test that fails with Pytest 8.3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pygments-pytest?expand=0&rev=27
2024-07-29 04:22:36 +00:00
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 12 04:38:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.5.0:
* disable test_warnings.
* add initial subtests support.
-------------------------------------------------------------------
Mon Jul 29 04:21:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pygments-pytest
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: A pygments lexer for pytest output
License: MIT
@@ -51,8 +51,7 @@ This library provides a pygments lexer called "pytest".
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# https://github.com/pytest-dev/pygments-pytest/issues/135
%pytest -k 'not test_warnings'
%pytest
%files %{python_files}
%doc README.md

BIN
v2.4.0.tar.gz LFS

Binary file not shown.

BIN
v2.5.0.tar.gz LFS Normal file

Binary file not shown.