Compare commits

1 Commits
main ... 1.1

4 changed files with 8 additions and 17 deletions

BIN
pytest-subtests-0.11.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.1:
* Fixed compatibility with upcoming pytest 8.1.x. (#125).
* Python 3.12 is now officially supported (#113).
* Added typing support (#115).
* SubTests can be imported from pytest_subtests to type-
annotate the subtests fixture.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com> Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pytest-subtests # spec file for package python-pytest-subtests
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest-subtests Name: python-pytest-subtests
Version: 0.12.1 Version: 0.11.0
Release: 0 Release: 0
Summary: Python unittest subTest() support and subtests fixture Summary: Python unittest subTest() support and subtests fixture
License: MIT License: MIT
@@ -55,7 +55,8 @@ Python unittest subTest() support and subtests fixture.
%files %{python_files} %files %{python_files}
%doc CHANGELOG.rst README.rst %doc CHANGELOG.rst README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/pytest_subtests %{python_sitelib}/pytest_subtests.py*
%{python_sitelib}/pytest_subtests-%{version}.dist-info %pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc
%{python_sitelib}/pytest_subtests-%{version}*-info
%changelog %changelog