Accepting request 1123974 from devel:languages:python:pytest

- 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/request/show/1123974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=82
This commit is contained in:
Ana Guerrero 2023-11-08 21:16:42 +00:00 committed by Git OBS Bridge
commit 5992575bb9
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