17
0

7 Commits

Author SHA256 Message Date
5080062f5e - Allow testsuite to fail. 2025-11-27 17:46:37 +11:00
6a56c280cc Accepting request 1309387 from devel:languages:python:pytest
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1309387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-subtests?expand=0&rev=14
2025-10-08 16:12:28 +00:00
13099a0f26 - update to 0.14.2:
* Print output "dots" for successful unittest subtests (#164).
  * Improved reporting in case subtests raise pytest.xfail
    (#194).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=27
2025-09-29 21:04:39 +00:00
9b26446157 Accepting request 1271886 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1271886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-subtests?expand=0&rev=13
2025-04-23 13:18:18 +00:00
848aa41eda - pytest made attrs optional, add it here
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=25
2025-04-22 13:02:40 +00:00
15799ba318 Accepting request 1238487 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1238487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-subtests?expand=0&rev=12
2025-01-18 12:17:38 +00:00
02c2c58a10 Accepting request 1238442 from home:ojkastl_buildservice:Branch_devel_languages_python_pytest
update to 0.14.1

OBS-URL: https://build.opensuse.org/request/show/1238442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=23
2025-01-17 12:23:15 +00:00
4 changed files with 19 additions and 6 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de
size 18083

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 27 06:45:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Allow testsuite to fail.
-------------------------------------------------------------------
Mon Sep 29 21:04:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.14.2:
* Print output "dots" for successful unittest subtests (#164).
* Improved reporting in case subtests raise pytest.xfail
(#194).
-------------------------------------------------------------------
Tue Apr 22 12:59:29 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-subtests
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-subtests
Version: 0.14.1
Version: 0.14.2
Release: 0
Summary: Python unittest subTest() support and subtests fixture
License: MIT
@@ -52,7 +52,7 @@ Python unittest subTest() support and subtests fixture.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%pytest || :
%files %{python_files}
%doc CHANGELOG.rst README.rst