Update to version 2.6.0

This commit is contained in:
Marius Grossu
2025-11-05 17:27:30 +01:00
parent 0f05e0b60d
commit e62e59895d
4 changed files with 24 additions and 5 deletions

BIN
pytest_check-2.4.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest_check-2.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 5 16:05:46 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- update to 2.6.0:
* raises returns the exception value, so the excpected error message can be verified
* raises & any_failures exported from top init.py module so that mypy does not complain that they are not explicitly exported
* Make _Comparable* protocols compatible with builtins
* Turn on testing for Python 3.14 in CI
* Relative paths in tracebacks
* Add testing of Python 3.14
* Fixes a weird corner case where an internal error could be generated
* Set a minimum pluggy version during type checking
* Add type hints, remove support for Python 3.8
* Fixes check doesn't respect runxfail option
* Add testing for Python 3.13 to GH actions
* Add testing for Python 3.13 and 3.14 to tox.ini
* Switch packackaching from flit to hatchling
- change BuildRequires from flit-core >= 2 to hatchling
-------------------------------------------------------------------
Sat Aug 31 12:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-pytest-check
Version: 2.4.1
Version: 2.6.0
Release: 0
Summary: A pytest plugin that allows multiple failures per test
License: MIT
URL: https://github.com/okken/pytest-check
Source: https://files.pythonhosted.org/packages/source/p/pytest-check/pytest_check-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module flit-core >= 2}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: fdupes