- update to 7.4.3:

* Markers are now considered in the
    reverse mro order to ensure base  class markers are
    considered first -- this resolves a regression.
  * Fixed ``:=`` in asserts impacting unrelated test cases.
  * Handled an edge case where :data:`sys.stderr` might already
    be closed when :ref:`faulthandler` is tearing down.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=130
This commit is contained in:
Dirk Mueller 2023-11-07 12:04:03 +00:00 committed by Git OBS Bridge
parent 4d98e407c5
commit 17d2b5aa26
4 changed files with 15 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 7 12:01:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.4.3:
* Markers are now considered in the
reverse mro order to ensure base class markers are
considered first -- this resolves a regression.
* Fixed ``:=`` in asserts impacting unrelated test cases.
* Handled an edge case where :data:`sys.stderr` might already
be closed when :ref:`faulthandler` is tearing down.
-------------------------------------------------------------------
Mon Sep 18 15:04:41 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest%{psuffix}
Version: 7.4.2
Version: 7.4.3
Release: 0
Summary: Simple powerful testing with Python
License: MIT