17
0

6 Commits

Author SHA256 Message Date
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 40 additions and 7 deletions

BIN
pytest-subtests-0.12.1.tar.gz (Stored with Git LFS)

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,34 @@
-------------------------------------------------------------------
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>
- pytest made attrs optional, add it here
-------------------------------------------------------------------
Fri Jan 17 08:45:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.14.1:
* Fix self.instance._outcome is None case in #173 (#174).
- update to 0.14.0:
* Add support for Python 3.13.
* Dropped support for EOL Python 3.8.
* Fixed output when using TestCase.skipTest (#169).
* Fixed pytest requirement to >=7.3 (#159).
- update to 0.13.1:
* Fixed bug were an extra test would execute when -x/--exitfirst
was used (#139).
- update to 0.13.0:
* Dropped support for EOL Python 3.7.
* Added support for -x/--exitfirst (#134).
* Hide the traceback inside the SubTests.test() method (#131).
-------------------------------------------------------------------
Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-subtests
#
# Copyright (c) 2024 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,20 +18,22 @@
%{?sle15_python_module_pythons}
Name: python-pytest-subtests
Version: 0.12.1
Version: 0.14.2
Release: 0
Summary: Python unittest subTest() support and subtests fixture
License: MIT
URL: https://github.com/pytest-dev/pytest-subtests
Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest_subtests-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.2.0
Requires: python-pytest >= 7.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module pytest >= 7.0}
# /SECTION
%python_subpackages
@@ -40,7 +42,7 @@ BuildRequires: %{python_module pytest >= 7.0}
Python unittest subTest() support and subtests fixture.
%prep
%setup -q -n pytest-subtests-%{version}
%setup -q -n pytest_subtests-%{version}
%build
%pyproject_wheel